Call custom event in actor from Level Blueprint

Im trying to call a custom event using an event dispatcher.

  1. I create an EventDispatcher in my actor.
  2. Then bind a custom event to this EventDispatcher.

20589-1.jpg

When I use an actor reference from my LevelBlueprint I cant see the custom event.