We’re using 3D widgets (like this one: https://www.youtube.com/watch?v=zrYjngjYrEI) to display dynamic text in world space.
Is there a way to make the front view always directed towards the player/viewer, so that you can always read the full text, no matter from what angle you look at it?
Basically you want your 3D widget to always face the camera which is part of your VR Pawn. For that you can use Find Look at Rotation from the widget to the Pawn’s camera position and then rotate the widget accordingly. I believe this solution still applies: https://answers.unrealengine.com/questions/143920/get-3d-widget-component-to-face-camera.html
Cheers,
Marco.
Thanks Marco, that’s exactly what I was looking for. Going to give it a try in 4.17.1.