UDN post raising this.
We ignore digital inputs only, but do so by querying Key.IsDigital(). This causes issues if the key is mapped to an analog action (i.e. it's emulating an axis). Proposed solution is to switch to querying Mapping.Action.ValueType == Boolean.
Fairly confident we'll be safe with changes to existing implementations. An analog action's behaviour should not change based on the input devices it has mapped to it, and users should be expecting that, so we shouldn't need to provide a fallback option.
Expected: After you respawn and your animation finishes, your player continues walking
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-158776 in the post.
1 |
Component | UE - Gameplay - LWC |
---|---|
Affects Versions | 5.1 |
Target Fix | 5.1 |
Fix Commit | 21224056 |
---|---|
Main Commit | 21226759 |
Created | Jul 7, 2022 |
---|---|
Resolved | Jul 22, 2022 |
Updated | Aug 10, 2022 |