Navigation
API > API/Runtime > API/Runtime/HeadMountedDisplay > API/Runtime/HeadMountedDisplay/IXRTrackingSystem
Description
Sets base orientation by setting yaw, pitch, roll, assuming that this is forward direction. Position is not changed.
| Name | SetBaseRotation |
| Type | function |
| Header File | /Engine/Source/Runtime/HeadMountedDisplay/Public/IXRTrackingSystem.h |
| Include Path | #include "IXRTrackingSystem.h" |
virtual void SetBaseRotation
(
const FRotator & BaseRot
)
Parameters
| Name | Remarks |
|---|---|
| BaseRot | (in) the desired orientation to be treated as a base orientation. |