Files
UnrealEngineUWP/Engine/Plugins/Runtime/GameplayAbilities/GameplayAbilities.uplugin
ben zeigler 234dea7aed Cleanup beta tags, versions, and descriptions of gameplay plugins to better match the actual state
#jira UE-166520
#preflight 63daf3d9cf529681173b401b
#rb julien.marchand
#lockdown julien.marchand

[CL 23984035 by ben zeigler in ue5-main branch]
2023-02-02 18:42:25 -05:00

45 lines
897 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Gameplay Abilities",
"Description" : "Adds GameplayEffect and GameplayAbility classes to handle complicated gameplay interactions.",
"Category" : "Gameplay",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "GameplayAbilities",
"Type" : "Runtime",
"LoadingPhase" : "PreDefault"
},
{
"Name" : "GameplayAbilitiesEditor",
"Type" : "UncookedOnly",
"LoadingPhase" : "PreDefault"
}
],
"Plugins": [
{
"Name": "GameplayTagsEditor",
"Enabled": true
},
{
"Name": "Niagara",
"Enabled": true
},
{
"Name": "DataRegistry",
"Enabled": true
}
]
}