Change the Oculus Rift Guardian System Color

Changing the color of the Rift Guardian system.

Choose your operating system:

Windows

macOS

Linux

Prerequisite Topics

In order to understand and use the content on this page, make sure you are familiar with the following topics:

HTGuardian_System_07.png

The Oculus Guardian system is used to display the boundaries of the VR interaction area. As a tracked device approaches the boundaries, the Oculus Runtime automatically provides visual cues notifying the user of this. In the following How - To we will take a look at changing the color, the Oculus Guardian system uses to display the VR interaction area.

For the Guardian system to work, you will need to make sure you have set it up using the Oculus App. For more information on how to do this, please see the official Oculus Guardian System Setup pages.

It is NOT possible nor advisable to disable the Guardian system from inside UE4. You can, however, adjust how UE4 will react to the user getting close to the boundaries.

Steps

Make sure that your Pawn has a OculusRiftBoundy added to it or the following will not work. If you are not certain how to do this, please see the Setting Up Guardian System pages for more information on how to do this.

  1. Create a new Variable called Oculus Rift Boundary Color and set its type to Linear Color and its color to Red .

    HTGuardian_System_04.png

  2. In the Event Graph add a Event Begin Play and Set Tracking Origin node. Make sure that the Set Tracking Origin node has had its Origin set to Floor Level and then connect the Event Begin Play to the Set Tracking Origin node.

    HTGuardian_System_02.png

  1. Right - click on the Event Graph and from the menu search for Set Outer Boundary Color , clicking on it to add it to the graph.

    HTGuardian_System_03.png

  2. Drag both the Oculus Rift Boundary Color variable and the Oculus Rift Boundary component into the Event Graph. Connect the Oculus Rift Boundary Color variable to in the In Boundary Color on the Set Boundary Color node and connect the Oculus Rift Boundary to the Target input.

    HTGuardian_System_05.png

  1. Connect the output of the Set Tracking Origin node to the input of the Set Outer Boundary Color node and when completed your Event Graph should look like the following.

    Click for full image.

End Result

Now when you run the level and put the Oculus Rift on when the boundary is displayed, it will be the color you set in the Oculus Rift Boundary Color variable.

HTGuardian_System_07.png

UE4 Project Downloads

Below you will find a link to where you can download the UE4 project that was used to create this example.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss