Add support for motion data on SteamDeck (Steam Controller plugin)

UE - Gameplay - Input - Mar 7, 2025

We have a UDN user with a proposed change: https://udn.unrealengine.com/s/question/0D5QP00000yo70w0AA/add-support-for-gyro-motion-data-to-steam-controller-plugin?fromCase=1 Hi, we were adding gyr ...

Enhanced input user settings file on consoles may behave unexpectedly after login change

UE - Gameplay - Input - Feb 27, 2025

The user settings seem to be initialized incorrectly. I think that this might be because, technically, when you log out and sign back in we might use the same ULocalPlayer in some cases on the conso ...

Lyra 5.5 - LAS_ShooterGame_SharedInput has got a missing reference on InputMapping #1

UE - Gameplay - Input - Jan 27, 2025

The templated Lyra project for 5.5 is missing a reference to IMC_Default_KBM on /ShooterCore/Experiences/LAS_ShooterGame_SharedInput because it looks like IMC_Default_KBM was renamed to IMC_Default. ...

Inconsistent events triggered by FlushProcessedKeys during keyboard hold input

UE - Gameplay - Input - Dec 20, 2024

Key repeats from the OS do not affect the EnhancedInput normally, but it causes inconsistent event triggers when FlushProcessedKeys is called with holding a keyboard key down. Removing references t ...

Input event bound to a widget are not triggered after the widget is recreated

UE - Gameplay - Input - Dec 19, 2024

The enhanced input events defined on the widget will no longer be triggered after the widget is recreated. Until the widget is added with AddToViewport, input events will be triggered correctly. If ...

Digital buttons for gamepad thumbsticks and triggers can fire multiple times per-frame in Game Input

UE - Gameplay - Input - Dec 4, 2024

In Game Input, the buttons for different thumbstick and trigger digital events (i.e. RightStickUp, LeftStickUp, LeftStickRight, etc) can actually fire multiple times in a single frame, even though w ...

Property Editors fail to import text values for FKeys within array/set/map containers when the key is identified by some valid non-alphanumeric characters

UE - Gameplay - Input - Oct 28, 2024

The FKey structure represents a user action input such as a keyboard key, a mouse button/wheel, or a gesture in VR. For the keyboard, it can represent any pressable key, such as letters, numbers, sy ...