Files
UnrealEngineUWP/Engine/Plugins/Editor/ContentBrowser/ContentBrowserFileDataSource/ContentBrowserFileDataSource.uplugin
joe kirchoff 528058dd18 Fix a number of plugins that are missing some references / supported programs
#rnx

[CL 30850033 by joe kirchoff in ue5-main branch]
2024-01-24 12:23:50 -05:00

26 lines
662 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Content Browser - File Data Source",
"Description" : "Data Source plugin providing loose file support for the Content Browser",
"Category" : "Content Browser",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"SupportedPrograms": ["LiveLinkHub"],
"Modules" :
[
{
"Name" : "ContentBrowserFileDataSource",
"Type" : "EditorAndProgram",
"LoadingPhase" : "Default"
}
]
}