How can I make a UI appear on a display?

Hello all together,
I want to show some user interfaces on a display in my environment. Basically, the first person character in the game should be able to use the display. Do you have any ideas how I could realize this using blueprints?

Thanks a lot in advance!

I think what you are looking for is the WidgetComponent

Here a quick video of how to set that up: Unreal Engine 4 Tutorial - 3D Widget - YouTube

You can then add widget interaction using the WidgetInteractionComponent, as shown here: Creating 3D Widget Interaction | Unreal Engine Documentation
This way your FirstPerson Character can interact with the widget directly.

Let me know if that helps :slight_smile:

Thank your very much!
I will try it later and let you know!

1 Like