Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

With the CSC 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.

...

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

...

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

...

CSC Configuration Settings

Table of Contents
minLevel2
maxLevel2
include
outlinefalse
indent
stylenone
exclude
typelist
class
printabletrue

...

Select “Prompt to Enter Name” to trigger a prompt when the Guest first enters the space. Note that this requires a Blueprint Widget to be selected as the prompt that will display. A default widget is provided with the Cavrnus Plugin files, but you can also create your own custom design.

...

Note

Guest Logic is only available on the Cavrnus Dev Servers at the moment. It is coming to production shortly as described above.

Members are authorized users who have login credential on your domain. This method is recommended for controlling access to private or sensitive information.

...