UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
InputDeviceMappingPolicy.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
HAL/Platform.h
"
// for int32
6
15
enum class
EInputDeviceMappingPolicy
:
int32
16
{
20
Invalid
= -1,
21
29
UseManagedPlatformLogin
= 0,
30
50
PrimaryUserSharesKeyboardAndFirstGamepad
= 1,
51
75
CreateUniquePlatformUserForEachDevice
= 2,
76
89
MapAllDevicesToPrimaryUser
= 3
90
};
91
Platform.h
int32
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition
Platform.h:1125
EInputDeviceMappingPolicy
EInputDeviceMappingPolicy
Definition
InputDeviceMappingPolicy.h:16
EInputDeviceMappingPolicy::UseManagedPlatformLogin
@ UseManagedPlatformLogin
EInputDeviceMappingPolicy::Invalid
@ Invalid
EInputDeviceMappingPolicy::PrimaryUserSharesKeyboardAndFirstGamepad
@ PrimaryUserSharesKeyboardAndFirstGamepad
EInputDeviceMappingPolicy::CreateUniquePlatformUserForEachDevice
@ CreateUniquePlatformUserForEachDevice
EInputDeviceMappingPolicy::MapAllDevicesToPrimaryUser
@ MapAllDevicesToPrimaryUser
Engine
Source
Runtime
ApplicationCore
Public
GenericPlatform
InputDeviceMappingPolicy.h
Generated by
1.9.8