Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

27 lines
683 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Content Browser - Asset Data Source",
"Description" : "Data Source plugin providing Asset Data to the Content Browser",
"Category" : "Content Browser",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed": false,
"SupportedPrograms": ["LiveLinkHub"],
"Modules" :
[
{
"Name": "ContentBrowserAssetDataSource",
"Type": "Editor",
"LoadingPhase": "Default",
"ProgramAllowlist": [ "LiveLinkHub" ]
}
]
}