Files
UnrealEngineUWP/Engine/Plugins/Runtime/GameplayStateTree/GameplayStateTree.uplugin
Yoan StAmant fed7af5802 Removed reference to GameplayInteraction from GameplayStateTree
#jira UE-150845
#rnx
#preflight skip

[CL 20015467 by Yoan StAmant in ue5-main branch]
2022-05-02 16:47:28 -04:00

31 lines
643 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "GameplayStateTree",
"Description" : "StateTree for AI/Gameplay Behaviors",
"Category" : "Gameplay",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : true,
"IsBetaVersion" : false,
"IsExperimentalVersion": true,
"Installed" : false,
"Modules": [
{
"Name": "GameplayStateTreeModule",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "StateTree",
"Enabled": true
}
]
}