Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/TInputDeviceMap
Description
Given the DeviceKey, find it's associated FInputDeviceId.
If one does not exist yet, such as for a newly connected device, then create one from the IPlatformInputDeviceMapper.
| Name | GetOrCreateDeviceId |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericInputDeviceMap.h |
| Include Path | #include "GenericPlatform/GenericInputDeviceMap.h" |
FInputDeviceId GetOrCreateDeviceId
(
const TDeviceKeyType & DeviceKey
)