UOculusMRFunctionLibrary::SetTrackingReferenceComponent

Set the component for the OculusMR camera to track. If this is set to null, the camera will track the player pawn.

Windows
MacOS
Linux

References

Module

OculusMR

Header

/Engine/Plugins/Runtime/Oculus/OculusVR/Source/OculusMR/Public/OculusMRFunctionLibrary.h

Include

#include "OculusMRFunctionLibrary.h"

Source

/Engine/Plugins/Runtime/Oculus/OculusVR/Source/OculusMR/Private/OculusMRFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="OculusLibrary|MR")
static bool SetTrackingReferenceComponent
(
    USceneComponent * Component
)

Remarks

Set the component for the OculusMR camera to track. If this is set to null, the camera will track the player pawn.

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