RealtimeStyleTransferRuntime/Plugins/CommonGame/CommonGame.uplugin

42 lines
794 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "CommonGame",
"Description": "Generic gameplay classes that use the other Common plugins.",
"Category": "Gameplay",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://www.epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "CommonGame",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "CommonUI",
"Enabled": true
},
{
"Name": "CommonUser",
"Enabled": true
},
{
"Name": "ModularGameplayActors",
"Enabled": true
},
{
"Name": "OnlineFramework",
"Enabled": true
}
]
}