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

#include <AndroidInputInterface.h>

Public Member Functions

 FAndroidInputDeviceInfo ()
 

Public Attributes

int32 DeviceId = 0
 
int32 VendorId = 0
 
int32 ProductId = 0
 
int32 ControllerId = 0
 
FName Name
 
FString Descriptor
 
int32 FeedbackMotorCount = 0
 
bool IsExternal = false
 
InputDeviceType DeviceType = InputDeviceType::UnknownInputDeviceType
 
MappingState DeviceState = MappingState::Unassigned
 
int32 DataIndex = -1
 

Constructor & Destructor Documentation

◆ FAndroidInputDeviceInfo()

FAndroidInputDeviceInfo::FAndroidInputDeviceInfo ( )
inline

Member Data Documentation

◆ ControllerId

int32 FAndroidInputDeviceInfo::ControllerId = 0

◆ DataIndex

int32 FAndroidInputDeviceInfo::DataIndex = -1

◆ Descriptor

FString FAndroidInputDeviceInfo::Descriptor

◆ DeviceId

int32 FAndroidInputDeviceInfo::DeviceId = 0

◆ DeviceState

MappingState FAndroidInputDeviceInfo::DeviceState = MappingState::Unassigned

◆ DeviceType

InputDeviceType FAndroidInputDeviceInfo::DeviceType = InputDeviceType::UnknownInputDeviceType

◆ FeedbackMotorCount

int32 FAndroidInputDeviceInfo::FeedbackMotorCount = 0

◆ IsExternal

bool FAndroidInputDeviceInfo::IsExternal = false

◆ Name

FName FAndroidInputDeviceInfo::Name

◆ ProductId

int32 FAndroidInputDeviceInfo::ProductId = 0

◆ VendorId

int32 FAndroidInputDeviceInfo::VendorId = 0

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