- Create Input Actions "Control", "A" and "B"
- Create an IMC
- "Control" bound to Left Control key
- "A" bound to C
- "B" bound to "V"
- Add listeners in BP bound to all three input actions on the triggered pin
- PIE
- Press Ctrl + C
- Press Ctrl + V
Result: When you press Ctrl + C, you only will see "C" printed to the screen. When you press Ctrl + V, you will see both Control and "V" on the screen.
Expected Result: Only the Input Action A or B print string should happen when pressing Control with ShouldOnlyTriggerLastActionInChord set to true.