Enable Orientation Tracking

Important

All Oculus Quest developers MUST PASS the concept review prior to gaining publishing access to the Quest Store and additional resources. Submit a concept document for review as early in your Quest application development cycle as possible. For additional information and context, please see Submitting Your App to the Oculus Quest Store.

Enables or disables orientation tracking.

Overview

This Blueprint accepts a boolean argument called Orientation Tracking, and based on it’s value either enables or disables orientation tracking (which tracks head rotation) for the currently connected HMD.

Blueprint

Arguments

  • Orientation Tracking - A boolean that indicates whether orientation tracking should be enabled (True) or disabled (False) for the currently connected HMD.

Output

  • None