FXRTrackingSystemBase::GetFloorToEyeTrackingTransform

Returns a transform for converting from 'Floor' origin space to 'Eye' origin space.

Windows
MacOS
Linux

Override Hierarchy

IXRTrackingSystem::GetFloorToEyeTrackingTransform()

FXRTrackingSystemBase::GetFloorToEyeTrackingTransform()

References

Module

HeadMountedDisplay

Header

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

Include

#include "XRTrackingSystemBase.h"

Syntax

virtual bool GetFloorToEyeTrackingTransform
(
    FTransform & OutFloorToEye
) const

Remarks

Returns a transform for converting from 'Floor' origin space to 'Eye' origin space. The default implementation always returns the identity.

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