Text not appearing when hitting triggerbox

I followed this tutorial → Unreal Engine 4 Tutorial - Interactable Button - YouTube
And everything to exactly as it is said in the vid but the outcome isn’t working. I just don’t fully understand BPs since I am learning still…

This is where the trigger box is and its not overlapping anything from what I can tell…

And these are the bps exactly how the tutorial said…

If you can help me figure this out it would be awesome!

Hello there, I tried looking it at but it’s really hard to tell whats going on here. First thing I would do is in your last image, start your gate node open and press E and see if the string prints. The second thing I would check is the collision settings on your trigger box in the details panel and make sure it’s generating overlapping events with everything.

Yep I checked that and tried it in open. The string printed like usual.

Check the collision settings if the pawn and the trigger box really do overlap with eachother. Put dozens of PrintString in your code, that helps to find the most errors. I’d put two after the BeginOverlap/EndOverlap events, and two after the buttontrue/buttonfalse. From this you should be able to locate where does it stop. You can also put BreakPoints in your blueprints by selecting a node and pressing F9.