Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

With the Cavrnus Spatial Connector plugin enabled, there are two ways to setup your scene.

  1. Insert the CavrnusSpatialConnector actor in the level.

  2. Manually implement calls to the Cavrnus API Functions.

Insert the CavrnusSpatialConnector actor

The CavrnusSpatialConnector is a specialized actor class that collects all of the required configuration elements into one convenient location.

  1. Add an instance of the CavrnusSpatialConnector to your level by selecting it from the Cavrnus menu at the top of the Unreal Editor interface.

image-20240417-164715.png

  1. In the level Outliner, select the CavrnusSpatialConnector instance.

image-20240417-164812.png

  1. From the Details panel, you can now configure all of your connection settings for this project:

image-20240417-164916.png

ON THIS PAGE


Next Steps

That’s the only change required to your level in order to connect it to a Cavrnus Space.

Next, we’ll configure the Connector to add login credentials, and specify which to which Cavrnus Space the level should connect.

Alternatively, you can read up on more advanced techniques in our Developer Guide, or make calls directly using our API Reference.

  • No labels