Enable Position 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 positional tracking.

Overview

This Blueprint accepts a boolean argument called Position Tracking, and based on it’s value either enables or disables positional tracking (which tracks the user’s translational movement).

Blueprint

Arguments

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

Output

  • None