RealtimeStyleTransferRuntime/Plugins/GameFeatures/TopDownArena/TopDownArena.uplugin

41 lines
869 B
Plaintext
Raw Permalink Normal View History

2022-05-23 18:41:30 +00:00
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "TopDownArena",
"Description": "Gameplay Systems for Game2 / Top Down Arena",
"Category": "Game Features",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://www.epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"EnabledByDefault": false,
"ExplicitlyLoaded": true,
"BuiltInInitialFeatureState": "Registered",
"Modules": [
{
"Name": "TopDownArenaRuntime",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "GameplayAbilities",
"Enabled": true
},
{
"Name": "LyraExampleContent",
"Enabled": true
},
{
"Name": "Niagara",
"Enabled": true
}
]
}