Overlay Example

The Emergence overlay allows users to manage personas and view their inventory. It can also be used by developers to handle user login for multiplayer games.

Interact with the button in this example to open the overlay.

Keep in mind, when using the overlay in the Futureverse mode, you will be asked to make a Futurepass if you haven't got one already.

How It Works

Other than a basic check to make sure that you've set the overlay login type properly, opening the overlay is handled by the "OpenEmergenceUI" node, which is a method on the Emergence Singleton / Service node. Its best to create the Emergence node first, then drag off and create a "OpenEmergenceUI" node. Make sure to select the EmergenceUIBP class in the EmergenceUIClass dropdown, and get the playcontroller of the local player.

Last updated