Files
UnrealEngineUWP/Engine/Plugins/Experimental/CommonUI/CommonUI.uplugin

42 lines
794 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Common UI Plugin",
"Description" : "A repository for game independent UI elements.",
"Category" : "UI",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : true,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "CommonUI",
"Type" : "Runtime",
"LoadingPhase" : "Default"
},
{
"Name": "CommonUIEditor",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name" : "CommonInput",
"Type" : "Runtime",
"LoadingPhase" : "Default"
}
],
"Plugins":
[
{
"Name": "GameplayTagsEditor",
"Enabled": true
}
]
}