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 3 Next »

The following steps will setup a basic scene to synchronize the following:

  • Spot light color

  • Spot light intensity

  • Material assignment.

1. Reference Space Connection

image-20240506-193022.png

Attempting to post a property update to a Space before the connection is complete will throw an error. The Cavrnus blueprint “Await Any Space Connection” allows you to bind a custom event that will be issued once the connection is made. This technique assures that no updates will be attempted until a valid Space is available. Storing a pointer to the Space as a variable will serve as a convenient reference for future steps.

ON THIS PAGE


References:

For more information on working with Unreal Engine plugins, refer to the UE Documentation.


Next Steps

The plugin is enabled and the Cavrnus menu appears at the top of the Unreal Editor. Next, let’s Add the Cavrnus Spatial Connector to Your Level!

  • No labels