Navigation
API > API/Runtime > API/Runtime/HeadMountedDisplay > API/Runtime/HeadMountedDisplay/IXRTrackingSystem
Description
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().
| Name | UpdateTrackingToWorldTransform |
| Type | function |
| Header File | /Engine/Source/Runtime/HeadMountedDisplay/Public/IXRTrackingSystem.h |
| Include Path | #include "IXRTrackingSystem.h" |
void UpdateTrackingToWorldTransform
(
const FTransform & TrackingToWorldOverride
)