Navigation
API > API/Plugins > API/Plugins/XRBase > API/Plugins/XRBase/FXRTrackingSystemBase
Description
Computes the project's tracking-to-world transform based off how the user has set up their camera system (assumes the camera is parented to the XR origin, and in turn uses that transform).
Intended to be called from OnStartGameFrame()
| Name | RefreshTrackingToWorldTransform |
| Type | function |
| Header File | /Engine/Plugins/Runtime/XRBase/Source/XRBase/Public/XRTrackingSystemBase.h |
| Include Path | #include "XRTrackingSystemBase.h" |
| Source | /Engine/Plugins/Runtime/XRBase/Source/XRBase/Private/XRTrackingSystemBase.cpp |
FTransform RefreshTrackingToWorldTransform
(
FWorldContext & WorldContext
)