EHMDTrackingOrigin::Type

For HMDs that support it, this specifies whether the origin of the tracking universe will be at the floor, or at the user's eye height

Windows
MacOS
Linux

References

Module

HeadMountedDisplay

Header

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

Include

#include "HeadMountedDisplayTypes.h"

Syntax

namespace EHMDTrackingOrigin
{
    enum Type
    {
        Floor,
        Eye,
        Stage,
    }
}

Values

Name

Description

Floor

Eye

Stage

Remarks

For HMDs that support it, this specifies whether the origin of the tracking universe will be at the floor, or at the user's eye height

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