Display text on overlap with object

Does anyone have good tutorial on this topic? I am new to unreal engine, and I am currently trying to make trigger to display text on overlap, can someone enlighten me?

You can add a widget component to the thing you want to display a text over just have the widget hidden to start. Then use an “Overlap” event to reveal the text. Use an “End Overlap” event to hide the text when no longer overlapping.

Thank you, I managed to do it :slight_smile:

Happy to help!