IXRTrackingSystem::UpdateTrackingToWorldTransform

Refreshes the system's known tracking-to-world transform.

Windows
MacOS
Linux

Override Hierarchy

IXRTrackingSystem::UpdateTrackingToWorldTransform()

FXRTrackingSystemBase::UpdateTrackingToWorldTransform()

References

Module

HeadMountedDisplay

Header

/Engine/Source/Runtime/HeadMountedDisplay/Public/IXRTrackingSystem.h

Include

#include "IXRTrackingSystem.h"

Syntax

void UpdateTrackingToWorldTransform
(
    const FTransform & TrackingToWorldOverride
)

Remarks

Refreshes the system's known tracking-to-world transform. Helpful for clients if they change the world's representation of the XR origin, or if they want to override the system calculated transform - calling this will update the known transform returned by GetTrackingToWorldTransform().

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