Navigation
API > API/Runtime > API/Runtime/InputCore > API/Runtime/InputCore/EKeys
References
| Module | InputCore |
| Header | /Engine/Source/Runtime/InputCore/Classes/InputCoreTypes.h |
| Include | #include "InputCoreTypes.h" |
Syntax
static const FKey Platform_Delete = FPlatformInput::GetPlatformDeleteKey;
Remarks
Platform Keys These keys platform specific versions of keys that go by different names. The delete key is a good example, on Windows Delete is the virtual key for Delete. On Macs, the Delete key is the virtual key for BackSpace.