Files
yoan stamant fa692dde01 [SmartObject] updated deprecation by restoring previous property as deprecated and moving deprecation code from PostLoad to Serialize to fix issues where result differ when parent is fully loaded first or is loaded by a child.
Added some additional code as a workaround to the fact that Serialize is not called on CDO.
#rb mikko.mononen

[CL 32188938 by yoan stamant in ue5-main branch]
2024-03-12 15:36:22 -04: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")