With the CSC plugin enabled, there are two ways to setup your scene.
Insert the CavrnusSpatialConnector actor in the level.
Manually implement calls to the Cavrnus API Functions.
CavrnusSpatialConnector class
...
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.
...
If you have not yet created a Space for your users to join, you can find the steps to do so here: /wiki/spaces/IKB/pages/815269529 create one now.
Once a User is authenticated, you can immediately place them inside a pre-defined Space. To do this, select Automatic as your Space Join Method. You must then get the ID of the Space you wish them to join. This ID can be copied by clicking on the Join ID at the bottom of the Space thumbnail in the Spaces section of the Cavrnus Management Console.
...
Alternatively, you can read up on more advanced techniques in our Developer Guide, or make calls directly using our API Reference.