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:

The Widget component being added to the actor.

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

Setting the Widget Class and Draw Size.

Place the actor into your level:

The blueprint in the 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.

Interaction -> "Receive Hardware Input" on a Widget component.

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?