Files
yoan stamant 03daf73b7b [SmartObject] Removed dependency on MassEntity to store slots
#rb mikko.mononen

[CL 26431965 by yoan stamant in 5.3 branch]
2023-07-18 09:00:26 -04:00

50 lines
954 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" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : true,
"IsBetaVersion" : false,
"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": "StructUtils",
"Enabled": true
},
{
"Name": "WorldConditions",
"Enabled": true
}
]
}