I am trying to add a picture to my Hud. I want to add small pictures so the user knows when a spell is on cool down or not by looking at the hud. Is there any way to do this?
You can achieve this by:
- Using DrawHUD()
You can see the example of drawing crosshair in FirstPerson template project. You can add a boolean that control when to draw picture. - Using Slate
- Using UMG
You can create a UserWidget Blueprint in your project and Add Image to it. Then add the widget into the viewport