UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UInputDeviceSubsystem::FLatestInputDeviceData Struct Reference

#include <InputDeviceSubsystem.h>

Public Attributes

FInputDeviceId LatestDeviceId = INPUTDEVICEID_NONE
 
TMap< EHardwareDevicePrimaryType, FInputDeviceIdLatestDevices
 

Detailed Description

Data store about the input device that was most recently used by a specific FPlatformUserId

Member Data Documentation

◆ LatestDeviceId

FInputDeviceId UInputDeviceSubsystem::FLatestInputDeviceData::LatestDeviceId = INPUTDEVICEID_NONE

The most recently used input device by this user

◆ LatestDevices

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


The documentation for this struct was generated from the following file: