Files
UnrealEngine/Engine/Plugins/Runtime/GameplayInteractions/Config/BaseGameplayInteractions.ini
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05: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")