Printing Text on Screen

This is my little construct of a try to Print the String which will be an Item Name on my Screen. But for some reason it does not print out.
There are other Debug Messages on my Screen which are printed on Tick.(Written in C++)
Do you guys have an idea what could be the problem?

Hey there, i’m not seeing the image.

If it doesn’t print then it means that the overlap event was not triggered, check the collision settings to see if you have it set to overlap.

i enabled overlap events in the c++ part of this one

Both the actor you are doing that and the target need to be set to overlap for it to work, if you have ignore on one of them it wont trigger.

i understand, but Overlap is enabled on the whole actor, my player is enabled by default.
The thing is: In my c++ script i use an Overlap Event as well and it works fine(destroying the actor)

Ok now i simply changed my C++ part to not destroying and it works fine

Then promote the answer and mark as correct.