Print string doesn't show up in viewport

hey guys, im kinda new to unreal so still figuring many thing

following a tutorial for a pickup system, i got a line trace that hits the item and checks if it implements an interface, then it should call Interact on it. inside the item theres just a print string that says “Hello”.

The trace work fine, hits the right object, but the “Hello” text never shows up no matter what i do. no clue why.

Hello @saad2317stef ,Welcome to the forums!

I tested it myself and it seems to be working correctly. It’s possible that a setup step was missed somewhere along the way.

Just out of curiosity, could you share the tutorial you’re following? It might help identify what’s causing the issue.

Also, I recommend adding a Branch right after the Line Trace to verify whether the trace hit an object before processing the result. This way, you avoid processing an empty Hit Result when nothing is detected or hit.