Navigation
API > API/Plugins > API/Plugins/GameInputBase > API/Plugins/GameInputBase/UGameInputDeveloperSettings
Syntax
UPROPERTY (EditAnywhere, Config, Category="Game Input")
TArray < FGameInputDeviceConfiguration > DeviceConfigurations
Remarks
Array of devices that you want to specify the behavior for. These could be some special input devices for your game like racing wheels, instruments, or other "special" peripherals that require some kind of special readings from Game Input.
This is typically for GameInputKindController or GameInputKindRawDeviceReport.
If bSpecialDevicesRequireExplicitDeviceConfiguration is true, only Controller/Raw device kinds that are within this array will be allowed to be processed.