Accessing an Event inside another Event

Is it possible to access an event inside another event?

I know you can use GetEvent(FMODAsset asset) to access an event by its path. Does an event sound that is created on an audio track of another event also has a path?

Cheers.

No. To interact with a nested event, you must use parameters (If a parameter in a nested event is identical to a parameter in that event’s parent, the nested event’s parameter value will automatically update to match that of the parent event’s parameter.), or automation.

1 Like

Got it! Cheers.