Files
UnrealEngineUWP/Engine/Plugins/EnhancedInput/Config/BaseEnhancedInput.ini
ben hoffman 35061f3f05 Unshelved from pending changelist '23430190':
Complete the deprecation of Add player mapped key functions in favor of the newer "Player Mappable Key Slot" struct.

#pf 6390fd8a1776b8c21c30d309
#rb Michel.Champoux
#jira UE-172271
#rnx

[CL 23449206 by ben hoffman in ue5-main branch]
2022-12-08 12:44:13 -05:00

7 lines
752 B
INI

[CoreRedirects]
+FunctionRedirects=(OldName="/Script/InputMappingContext.UnmapAction", NewName="/Script/InputMappingContext.UnmapAllKeysFromAction")
; 5.2
+FunctionRedirects=(OldName="/Script/EnhancedInput.EnhancedInputSubsystemInterface.AddPlayerMappedKey", NewName="/Script/EnhancedInput.EnhancedInputSubsystemInterface.K2_AddPlayerMappedKeyInSlot")
+FunctionRedirects=(OldName="/Script/EnhancedInput.EnhancedInputSubsystemInterface.RemovePlayerMappedKey", NewName="/Script/EnhancedInput.EnhancedInputSubsystemInterface.K2_RemovePlayerMappedKeyInSlot")
+FunctionRedirects=(OldName="/Script/EnhancedInput.EnhancedInputSubsystemInterface.GetPlayerMappedKey", NewName="/Script/EnhancedInput.EnhancedInputSubsystemInterface.K2_GetPlayerMappedKeyInSlot")