RealtimeStyleTransferRuntime/Plugins/GameFeatures/ShooterCore/ShooterCore.uplugin

65 lines
1.2 KiB
Plaintext
Raw Normal View History

2022-05-23 18:41:30 +00:00
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "ShooterCore",
"Description": "Gameplay systems for Game1 / Shooter Game",
"Category": "Game Features",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://www.epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"ExplicitlyLoaded": true,
"EnabledByDefault": false,
"BuiltInInitialFeatureState": "Registered",
"Modules": [
{
"Name": "ShooterCoreRuntime",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "GameplayAbilities",
"Enabled": true
},
{
"Name": "ModularGameplay",
"Enabled": true
},
{
"Name": "GameplayMessageRouter",
"Enabled": true
},
{
"Name": "AsyncMixin",
"Enabled": true
},
{
"Name": "CommonUI",
"Enabled": true
},
{
"Name": "CommonGame",
"Enabled": true
},
{
"Name": "GameSubtitles",
"Enabled": true
},
{
"Name": "EnhancedInput",
"Enabled": true
},
{
"Name": "LyraExampleContent",
"Enabled": true
}
]
}