How do I get text to face the camera (and draw on top)

Hey guys,

So what I’m looking to do is have some text appear above my character’s head and ALWAYS face the camera. IN ADDITION to that, I need to the text to draw over all other objects so that the text is always readable. Any idea how to do this?

If those are all requirements the easiest way would be to do this via the HUD.

Take a look in the content examples in the HUD example. They show how to draw an objective on the HUD and place it relative to the actor (over it).