Files
UnrealEngineUWP/Engine/Plugins/Runtime/GameplayBehaviorSmartObjects/GameplayBehaviorSmartObjects.uplugin
ben zeigler 2b1d13c755 Move some gameplay plugins with blueprint hooks to initialize in PreDefault so they are ready for early blueprint loads
#jira UE-158125
#preflight 62d095a6e468fcfd0b3e4817
#rb david.garza

[CL 21100869 by ben zeigler in ue5-main branch]
2022-07-14 18:47:13 -04:00

34 lines
711 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "GameplayBehaviorSmartObjects",
"Description": "Plugins for SmartObjects using GameplayBehavior as their default runtime behavior",
"Category": "Other",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "GameplayBehaviorSmartObjectsModule",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
}
],
"Plugins": [
{
"Name": "GameplayBehaviors",
"Enabled": true
},
{
"Name": "SmartObjects",
"Enabled": true
}
]
}