how to make a subtitle in vive

hi guys,i need a subtitle in my Vive project,i created a 2d widget add it to the viewport,but it`s seem the text is differnt in two viewport,and been cropped in the right viewport of vive,do you have any ideal about how to make a subtitle in Vive?thank advanced. :smiley:

3d widget. Creating 3D Widgets | Unreal Engine Documentation

you can put in in an actor bp if you want it to be in a specific part of the level like this
1145093e08309fc58e50cb7e43239b1a9a586c51.jpeg

or if you want it to only be where the player is looking you can attach it to the camera (or in my case controller) and use BPā€™s in the event graph to decide when they are shown.
9a245166077db168867a61734b21b02533e40a4b.jpeg
4a2dd5ec14a5d2c2e4dce0ae00d5f48f02e47694.jpeg

tcla thank you,but 3D widget will be blocked by close object,it`s not a subtitle,2D widget is better