I want to make vr subtitle with widget

Hello
I want to make subtitles that follow the camera of the VR Pawn with widget blueprint.
To be precise, in the first or third person view, I know that the widget is displayed on the screen through the add to view port, but I don’t know how to do it in VR.

Are there any tutorials I can refer to?

For VR I’d guess you would need to add a widget component to your actor with the camera and set it to “World Space” instead of “Screen Space”. It would be a 3d polygon that you can see in your vr headset.