Hi,
I’ve been trying to use an event to switch between one piece of music into another using trigger boxes in UE4. It works fine when it has to apply the change, the thing is that this switch has nested events and those events have timeline markers on them.
The big problem is that, since those events are not being triggered anywhere else aside from the switch via parameter, it will not take the callbacks from the nested ones.
How can I make it work? How can I check that the switch is playing that particular event and trigger the gate with the timeline marker from that last event?