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

Controller input changes for network players based on which window has focus

UE - Gameplay - Input - May 23, 2016

When testing networked multiplayer with two controllers, if the server window (editor) has focus, controller 1 controls the server character and controller 2 controls the client character. If the c ...

C++ Third Person Template does not accept input for server character in PIE

UE - Gameplay - Input - May 23, 2016

When testing network multiplayer in PIE, server character does not respond to input and cannot be controlled. ...

XBox Controller is not recognized if connected during play on Windows10.

UE - Gameplay - Input - May 5, 2016

If a controller is connected to a Windows 10 machine while the game is running, input from the controller is not registered by the character. ...