Files
UnrealEngine/Engine/Plugins/Experimental/GameplayBehaviors/GameplayBehaviors.uplugin
2025-05-18 13:04:45 +08:00

41 lines
852 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "0.1",
"FriendlyName" : "AI Behaviors",
"Description" : "Encapsulated fire-and-forget behaviors for AI agents",
"Category" : "Gameplay",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : true,
"Installed" : false,
"Modules": [
{
"Name": "GameplayBehaviorsModule",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "GameplayBehaviorsModule",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault"
},
{
"Name": "GameplayBehaviorsEditorModule",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
}
],
"Plugins":
[
{
"Name": "GameplayAbilities",
"Enabled": true
}
]
}