Summary
After multiple players participate in a Jam Session emote together, devices within the Jam Session area cannot retrieve events using the Await function.
Please select what you are reporting on:
Creative
What Type of Bug are you experiencing?
Assets
Steps to Reproduce
1.Place devices that use the Await function to retrieve events (in this case, Volume device and PlayerCounter device)
2.Have multiple players perform a Jam Session emote together within range of the placed devices
3.Trigger events from the placed devices
Expected Result
Devices should be able to retrieve events using the Await function.
Observed Result
Devices cannot retrieve events using the Await function.
Platform(s)
PC
Additional Notes
・This issue was confirmed with PlayerCounter’s CountedEvent and Volume’s AgentEntersEvent
・Devices outside the Jam Session area can still retrieve events properly
・Events could still be retrieved from devices using Subscribe instead of Await in the same situation