How can I add an event to "Bind Event to On Audio Finished"?

Hi!

I want to add an event to this:

But I can’t because the event is defined in the Event Graph:

And I can’t define the event in the “Player Is Dead” function.

How can I do it?

Thanks!

If you’re doing something truly funky you can:

But this is probably enough:

image

Just make sure the event signature matches that of the delegate. As in - it has the same pins with identical data types. If not sure (or there are too many!), create a matching event in the function and cut / paste it into the event graph.

Afair, this one needs no data, so you should be able to pick it from the dropdown.

2 Likes