EARWorldAlignment

Windows
MacOS
Linux

References

Module

AugmentedReality

Header

/Engine/Source/Runtime/AugmentedReality/Public/ARSessionConfig.h

Include

#include "ARSessionConfig.h"

Syntax

enum EARWorldAlignment
{
    Gravity,
    GravityAndHeading,
    Camera,
}

Values

Name

Description

Gravity

Aligns the world with gravity that is defined by vector (0, -1, 0)

GravityAndHeading

Aligns the world with gravity that is defined by the vector (0, -1, 0) and heading (w.r.t. True North) that is given by the vector (0, 0, -1)

Camera

Aligns the world with the camera's orientation, which is best for Face AR

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