Hi I’m making a game where you are a Cube that is constantly moving forward. And if you move too slow you die.
I would like to make a UI widget to …
- display the player’s velocity
- show the minimum velocity to die
- too be seen on the player’s back
Hi I’m making a game where you are a Cube that is constantly moving forward. And if you move too slow you die.
I would like to make a UI widget to …
I like a dial and I like it to float behind the player
Tutorial on making different shaped progess widgets for anything like health velocity or whatever:
Once you get that working, add a widget component to the pawn blueprint and set that as your widget.
If you make it world space widget it will turn with the player so will not be properly seen by other human players unless they are directly behind him. This is not a problem for single player if you attach it to the camera component.
If it needs to always face all cameras that see it, then you have two options: