Files
UnrealEngineUWP/Engine/Plugins/Experimental/GameFeatures/GameFeatures.uplugin
aurel cordonnier 8eebe8841f Merge UE5/RET @ 16305968 to UE5/Main
This represents UE4/Main @ 16261013 and Dev-PerfTest @ 16259937

[CL 16306996 by aurel cordonnier in ue5-main branch]
2021-05-12 18:10:03 -04:00

47 lines
869 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Game Features",
"Description": "Support for modular Game Feature Plugins",
"Category": "Gameplay",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "GameFeatures",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "GameFeaturesEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "ModularGameplay",
"Enabled": true
},
{
"Name": "DataRegistry",
"Enabled": true
},
{
"Name": "AssetReferenceRestrictions",
"Enabled": true
},
{
"Name": "GameplayAbilities",
"Enabled": true
}
]
}