Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/IPlatformInputDeviceMapper
Description
Remaps the currently connected input devices based on the new given policy. This property can only be changed at editor time and should not be used at runtime.
| Name | HandleInputDevicePolicyChanged |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericPlatformInputDeviceMapper.h |
| Include Path | #include "GenericPlatform/GenericPlatformInputDeviceMapper.h" |
| Source | /Engine/Source/Runtime/ApplicationCore/Private/GenericPlatform/GenericPlatformInputDeviceMapper.cpp |
void HandleInputDevicePolicyChanged
(
const EInputDeviceMappingPolicy NewPolicy
)