Files
UnrealEngine/Engine/Plugins/Runtime/CommonUI/CommonUI.uplugin
2025-05-18 13:04:45 +08:00

46 lines
850 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" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : true,
"IsBetaVersion" : true,
"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
},
{
"Name": "EnhancedInput",
"Enabled": true
}
]
}