Unreal 4.25 - Custom events called from AI task never triggers

I have a simple BT Task where the custom event is called

  • I cannot do a step into (probably because it’s an event)
  • but it never gets executed neither

one can see that the target of the call to “Spawn Hole” is set

but the event never fires

I watched many tutorials, it should work

what am I missing ?

thanks for your help

so I replaced the event by a function, that gets called and then call the event right after

so basically an event can only be called from the same actor ? what a pile of s…