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 ...

Execute while paused input action mappings do not execute when console command pause used

UE - Gameplay - Input - Jul 28, 2016

"Execute while paused" input action mappings do not trigger when using the pause console command. Workaround Use the "Set Game Paused" node, which works as expected. Regression (no) issue (does ...

FSlateApplication::OnControllerAnalog triggers a MouseLeftClick event to be added to the input stack.

UE - Gameplay - Input - Jun 3, 2016

It appears that FSlateApplication::OnControllerAnalog triggers a left mouse click to occur on mobile platforms. If developers haven't properly avoided hooking up delegates to the InputComponent for ...