Files
UnrealEngineUWP/Engine/Plugins/Runtime/GameplayBehaviorSmartObjects/GameplayBehaviorSmartObjects.uplugin
Yoan StAmant 9363b181ee GameplayBehaviorSmartObjects plugin to create and use SmartObjects using GameplayBehaviors as their default runtime instances.
#rnx
#preflight 626feb8f264f78f46f775c92

[CL 20008771 by Yoan StAmant in ue5-main branch]
2022-05-02 10:59:07 -04:00

34 lines
708 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": "Default"
}
],
"Plugins": [
{
"Name": "GameplayBehaviors",
"Enabled": true
},
{
"Name": "SmartObjects",
"Enabled": true
}
]
}