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

13 lines
810 B
INI

[/Script/SmartObjectsModule.SmartObjectSubsystem]
SpacePartitionClassName=/Script/SmartObjectsModule.SmartObjectHashGrid
[CoreRedirects]
+FunctionRedirects=(OldName="K2_SetSmartObjectEnabled",NewName="AddOrRemoveSmartObject")
+EnumRedirects=(OldName="ESmartObjectChangeReason",ValueChanges=(("OnEnabled","OnSlotEnabled")))
+EnumRedirects=(OldName="ESmartObjectChangeReason",ValueChanges=(("OnDisabled","OnSlotDisabled")))
+StructRedirects=(OldName="SmartObjectSlotEntryAnnotation",NewName="/script/SmartObjectsModule.SmartObjectSlotEntranceAnnotation")
+StructRedirects=(OldName="SmartObjectSlotDefinitionDataProxy",NewName="/script/SmartObjectsModule.SmartObjectDefinitionDataProxy")
+StructRedirects=(OldName="SmartObjectSlotDefinitionData",NewName="/script/SmartObjectsModule.SmartObjectDefinitionData")