I can't use event dispatch




I was trying to call the event dispatch from skill(Actor BP) and the bind was inside a widget. but it just does not work

Looks fine at a glance but we cannot see too much here. Either use breakpoints and step through the code. Or use the poor man’s debugger by placing Print String nodes where you think data should flow.


Things to double check:

  • does this fail:

  • what’s the time value here, does the Custom Event trigger:

  • could it be the order of operations? You call a dispatchers before registration?

Explain it to a rubber duck, go node by node if that’s what it takes.


Duplicate post?