microsoft / MixedReality-UXTools-Unreal

UX tools and components for developing Mixed Reality applications in UE4.
https://microsoft.github.io/MixedReality-UXTools-Unreal/
MIT License
316 stars 86 forks source link

Update InputActions to not consume input #39

Closed fieldsJacksonG closed 3 years ago

fieldsJacksonG commented 3 years ago

UXT is using these events to set internal state for interacting with input widgets, but other actors in the scene outside of UXT may need to use the same events for other purposes. This change prevents the UXT actions from consuming input, so other events with the same action will still fire.

lukastoenneMS commented 3 years ago

Looks good to me, don't think there's any issue with this.

luis-valverde-ms commented 3 years ago

Closing this PR as the changes have already made it via 72701c1