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!
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:
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.