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

15 lines
1.5 KiB
INI

[CoreRedirects]
+StructRedirects=(OldName="StateTreeTask_FindSlotEntryForActor", NewName="/script/GameplayInteractionsModule.StateTreeTask_FindSlotEntranceLocation")
+StructRedirects=(OldName="StateTreeTask_FindSlotEntryForActor_InstanceData", NewName="/script/GameplayInteractionsModule.StateTreeTask_FindSlotEntranceLocation_InstanceData")
+StructRedirects=(OldName="StateTreeTask_FindSlotNavigationLocation", NewName="/script/GameplayInteractionsModule.StateTreeTask_FindSlotEntranceLocation")
+StructRedirects=(OldName="StateTreeTask_FindSlotNavigationLocation_InstanceData", NewName="/script/GameplayInteractionsModule.StateTreeTask_FindSlotEntranceLocation_InstanceData")
+PropertyRedirects=(OldName="/script/GameplayInteractionsModule.StateTreeTask_FindSlotEntranceLocation.bRequireResultInNavigableSpace",NewName="/script/GameplayInteractionsModule.StateTreeTask_FindSlotEntranceLocation.bProjectNavigationLocation")
+FunctionRedirects=(OldName="AITask_UseGameplayInteraction.UseClaimedGameplayInteractionSmartObject",NewName="AITask_UseGameplayInteraction.UseSmartObjectWithGameplayInteraction")
+StructRedirects=(OldName="/Script/GameplayInteractionsModule.StateTreeTask_GetSlotEntranceLocation",NewName="/Script/GameplayInteractionsModule.StateTreeTask_GetSlotEntranceTags")
+StructRedirects=(OldName="/Script/GameplayInteractionsModule.StateTreeTask_GetSlotEntranceLocation_InstanceData",NewName="/Script/GameplayInteractionsModule.StateTreeTask_GetSlotEntranceTags_InstanceData")