RealtimeStyleTransferRuntime/Plugins/UIExtension/UIExtension.uplugin

36 lines
705 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "UIExtension",
"Description": "A subsystem that allows extending UI elements in a modular way.",
"Category": "UI",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "UIExtension",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "CommonUI",
"Enabled": true
}
],
"Plugins": [
{
"Name": "CommonGame",
"Enabled": true
}
]
}