You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UE-166520 #preflight 63daf3d9cf529681173b401b #rb julien.marchand #lockdown julien.marchand [CL 23984035 by ben zeigler in ue5-main branch]
45 lines
897 B
Plaintext
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
|
|
}
|
|
]
|
|
|
|
} |