Getting a handle on 'Event Sound' parameters

Hi,
I successfully managed to control parameters of Events from unity. However in one of my events I have an ‘Event Sound’ (kind of like an event within another event) which has it’s own parameter. Does anyone know how can I access the parameter of the ‘Event sound’.

Thanks

The easiest way to do it is to create a parameter with the exact same name and range as the nested event’s parameter in its parent event. When you change the parameter in the parent event, the identical parameter in the child event will automatically change in sync.

Alternatively, you could automate the event sound’s parameter on one of the parent event’s parameters, but that’s a bit more work.