[Enhanced Input] Chord trigger fails when its referenced action lives in a lower-priority IMC

UE - Gameplay - Input - May 18, 2026

Summary A UInputTriggerChordAction does not fire when the action it references (the "chording action") is mapped in a different Input Mapping Context with a lower priority than the IMC containing the ...

[Enhanced Input] Edge case where bShouldBeIgnored incorrectly being reset after FlushPressedKeys is called

UE - Gameplay - Input - Apr 2, 2026

[Link Removed] From UDN, the steps for their repro case: Normal case: Frame N : AddMappingContext → bShouldBeIgnored=true → FlushPressedKeys → bDown=false Frame N+1: OS IE_Repeat arrives → ...

Enhanced Input: RebuildControlMappings loses information about the last state of a trigger

UE - Gameplay - Input - Feb 25, 2026

When two input actions are bound to the same "pressed" key in the same IMC & one is set to RebuildControlMappings, the input of the other will trigger indefinitely while the key is held down. ...

[Enhanced Input] The action instance data is incorrectly reset when you call "Add mapping context" on the same mapping multiple times

UE - Gameplay - Input - Jan 16, 2026

This is somewhat related to [Link Removed] Closed and was brought up by a [Link Removed] Setting the CVar input.bRespectIM ...

Controller Mapping/Unmapping on some platforms is not ideal for local multiplayer

UE - Gameplay - Input - Nov 19, 2025

[Link Removed] The workaround is as I posted in the UDN, to override the viewport client or to make a custom slate input mapping to change this behavior. But, there is a bug with that unmapping/l ...

Input Touch Hold trigger fails to reset, unlike Mouse Hold (using Enhanced Input Context)

UE - Gameplay - Input - Nov 13, 2025

When using the Enhanced Input Context, the Input Touch Hold trigger does not reset correctly after releasing a touch input. Unlike Mouse Hold, which keeps firing Canceled events as expected, Input T ...

bIgnoreAllPressedKeysUntilReleaseOnRebuild in Enhanced Input behaves unexpectedly during pawn possession

UE - Gameplay - Input - Jun 11, 2025

This is a speculative bug report from the user.  The fix for this is to re-do the work of 31224705 but in a better way. The "bShouldBeIgnored" flag is being overriden by the previous mapping's va ...

ChordBlockers don't work as expected when ChordAction is set in InputAction

UE - Gameplay - Input - Jun 3, 2025

In the Enhanced Input System, when using a UInputTriggerChordAction to define a chorded input (e.g., Shift + W), the automatic chord blocking system (UInputTriggerChordBlocker) only functions correc ...