How to show a permanent logo during the game?

I start learning Blueprint so sorry for this “basic” question.

I would like to show a permanent logo in the right bottom corner of the screen when I play a game.

I guess it’s connected to HUD but is there a quick way to do that with blueprints?

thanks!

The quickest way I can think of, is to create a UMG widget with an image anchored in the corner you want it to. Add it to the viewport on game start and remove it on game end (otherwise it will persist across levels and menus).

thanks Justin, I’m gonna try to dig that