![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <InputDeviceSubsystem.h>
Public Attributes | |
| FInputDeviceId | LatestDeviceId = INPUTDEVICEID_NONE |
| TMap< EHardwareDevicePrimaryType, FInputDeviceId > | LatestDevices |
Data store about the input device that was most recently used by a specific FPlatformUserId
| FInputDeviceId UInputDeviceSubsystem::FLatestInputDeviceData::LatestDeviceId = INPUTDEVICEID_NONE |
The most recently used input device by this user
| TMap<EHardwareDevicePrimaryType, FInputDeviceId> UInputDeviceSubsystem::FLatestInputDeviceData::LatestDevices |
A map of the latest used input device of each type for a single user. This allows us to query the most recently used device of a specific type for the player