Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UInputPlatformSettings
Description
Returns an array of Hardware device names from every registered platform ini. For use in the editor so that you can get a list of all known input devices and make device-specific options. For example, you can map any data type to a specific input device
TMap
and the editor will make a nice drop down for you with all the current options that are in the settings.
| Name | GetAllHardwareDeviceNames |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/InputSettings.h |
| Include Path | #include "GameFramework/InputSettings.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UserInterface/InputSettings.cpp |
UFUNCTION ()
static const TArray < FName > & GetAllHardwareDeviceNames()