You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
On a Mac keyboard pressing just "delete" will act as a "backspace" on windows or linux, and pressing "function+delete" will act as "delete" on windows or linux. There is no behavioral change here, but it provides the option to change what it is and supports more platforms then just Mac. #jira UE-190154 #rb zack.neyland [CL 26810634 by ben hoffman in ue5-main branch]
8 lines
352 B
INI
8 lines
352 B
INI
[MacInput]
|
|
; This changes what EKeys::Platform_Delete will be set to on the Mac platform.
|
|
;
|
|
; If this is true (default), then EKeys::Platform_Delete will be EKeys::Backspace.
|
|
; If this is false, then EKeys::Platform_Delete will be set to EKeys::Delete.
|
|
;
|
|
; See FMacPlatformInput::GetPlatformDeleteKey for implementation
|
|
bPlatformDeleteIsBackspace=true |