Add a picture to the UI/HUD in UEFN

Hello, I’m creating a map in UEFN and I wanta to put a picture in my UI (I created a camera system using verse and I would like to put a plan of the map with it). I can’t find anything in the documentation and online. Every help is appreciated ! Thanks in advance everyone !

1 Like

You can create a Widget-Blueprint by right-clicking in the Content Drawer > User Interface > Widget-Blueprint. Then open it up by double-clicking, now you can for example drag & drop a Canvas Panel from the sidebar & now you’re able to add pictures to the Widget-Blueprint.
Now just add an HUD Message Device to your UEFN Project & attach your Widget-Blueprint under the setting “HUD Widget”.
Don’t forget to actually show the HUD Message by for example enabling “Show On Round Start” or attach it to another device & that should be it!

4 Likes

Thank you, it’s finally working !

1 Like