In-world browser
You can use the browser placed in the 3D space, e.g. as a TV screen.
This guide assumes you've followed Setup the browser widget.
Adding browser to the world space
Create a new blueprint actor. Inside it, add a Widget
component:

On this widget component, set the Widget Class
to your browser widget, and change the Draw Size
to 1920 x 1080.

Place the actor into your level:

Play PIE and the browser will load the MSquared docs in 3D space:

Mouse interaction in 3D space
To interact with the browser using your mouse, on the widget component set "Receive Hardware Input" to true.

Using the above setup, you can then interact with the browser in 3D space such as navigating around the docs page.
Last updated
Was this helpful?