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

58 lines
1.1 KiB
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": "TargetingSystem",
"Enabled": true
},
{
"Name": "WorldConditions",
"Enabled": true
},
{
"Name": "PropertyAccessEditor",
"Enabled": true
},
{
"Name": "PropertyBindingUtils",
"Enabled": true
}
]
}