Files
FNGameProj/Plugins/EnginePlugins/SmartObjects/SmartObjects.uplugin
T
2024-03-03 23:44:39 +01:00

35 lines
705 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Smart Objects",
"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,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "SmartObjectsModule",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
}
],
"Plugins": [
{
"Name": "GameplayBehaviors",
"Enabled": true
},
{
"Name": "GameplayAbilities",
"Enabled": true
}
]
}