Files
UnrealEngineUWP/Engine/Plugins/Editor/ContentBrowser/ContentBrowserAssetDataSource/ContentBrowserAssetDataSource.uplugin
jeremie roy 572e87bd6b Rename LiveLinkHubLauncher to LiveLinkHub
#rb geoffrey.douglas
#jira UE-195057

[CL 28802189 by jeremie roy in ue5-main branch]
2023-10-16 12:26:10 -04: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" ]
}
]
}