How to get reference to a trigger box

In a simple level I have a trigger box with event dispatcher that is called on event ActorBeginOverlap. I have in the same level a cube blue print and I want to assign the event dispatcher of the trigger box to the event BeginPlay of the cube so I tried like in the picture but it does not work so what is the correct way to do this ?