Raw Input device not registered after startup

UE - Gameplay - Input - Feb 22, 2017

If a raw input device is connected to the computer after starting the editor/packaged game, the device is not registered and input is not received unless the editor/game is closed and then restarted ...

Unable to define custom raw input defice configurations

UE - Gameplay - Input - Feb 21, 2017

The FRawInputDeviceConfiguration struct is not exposed so attempting to define custom raw input device configs fails with unresolved external errors when using: FRawInputDeviceConfiguration newConfi ...

Raw Input debug info doesn't display axis properties until input is made

UE - Gameplay - Input - Jan 16, 2017

After running "showdebug rawinput", axis properties will not be visible in the debug information on screen, until the user makes input on the non-XInput device. ...

Running ShowDebug console command during countdown in VehicleGame disables input

UE - Gameplay - Input - Jan 16, 2017

REGRESSION No, occurs in 4.14.3 In VehicleGame, if the user runs a "showdebug" command (such as "showdebug animation" or *showdebug rawinput") while the starting countdown is going on, all input wi ...

Button Release fires off when a break point is hit even if the button is still held down

UE - Gameplay - Input - Jan 13, 2017

Button Release fires off when a break point is hit even if the button is still held down. ...

Set mouse position node does not appear to work the first time it is called in stand alone

UE - Gameplay - Input - Nov 17, 2016

Set mouse position node does not appear to work the first time it is called in stand alone. The node has to be called twice before the correct position is set for the mouse ...

Compile fails when attempting to launch on to Windows with Raw Input plugin enabled

UE - Gameplay - Input - Nov 9, 2016

Compile fails when the user attempts to launch on to Windows with the Raw Input plugin enabled. Error:LogPlayLevel: xgConsole: Module.RawInput.cpp LogPlayLevel: xgConsole: d:\framework\engine\plug ...

Force Feed back does not fire off when called on actor destroyed

UE - Gameplay - Input - Nov 3, 2016

Force Feed back does not fire off when called by an on destroyed event ...

Event calls do not trigger for coponents created during runtime

UE - Gameplay - Input - Oct 20, 2016

ComponentBeginOverlap / ComponetBeginCursorOver / ect. events do not trigger for a component that is added during runtime. ...

Callling "Get[AxisMapping]" or adding AxisMapping Event node in blueprint will break code input implementation for that axis mapping

UE - Gameplay - Input - Aug 17, 2016

When character input is defined in code, adding a call to the Get[AxisMapping] node in blueprints causes input for the specific mapping to fail. Note: This only affects code based input, Blueprint ...