Files
UnrealEngineUWP/Engine/Plugins/Runtime/SmartObjects/SmartObjects.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

50 lines
947 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "0.1",
"FriendlyName" : "SmartObjects",
"Description" : "Support for ambient life populating the game world",
"Category" : "Gameplay",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : true,
"IsBetaVersion" : true,
"Installed" : false,
"Modules":
[
{
"Name": "SmartObjectsModule",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "SmartObjectsTestSuite",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault"
},
{
"Name" : "SmartObjectsEditorModule",
"Type" : "Editor",
"LoadingPhase" : "PostEngineInit"
}
],
"Plugins":
[
{
"Name": "GameplayAbilities",
"Enabled": true
},
{
"Name": "MassEntity",
"Enabled": true
},
{
"Name": "StructUtils",
"Enabled": true
}
]
}