I am working on a VR museum-style system. You have a room with a few items, pick up the items, and it plays a sound file.
I also have a narration track in the background set for specific areas. It starts and stops when you enter or leave the trigger.
What I would like is that when you pick up the item, it also stops the narration track.
I heard I need to use an event dispatcher, but I am unsure how I am meant to set this up. Should the dispatcher be on the level or the object end?
Essentially what should go after the OnGrab event at the object, and what should go before the stop function in the level blueprint.
Or if it not that simple?
Thank you in advance
