EGoogleARCoreCoordinates2DType

2d coordinate systems referenced by ARCore.

Windows
MacOS
Linux

References

Module

GoogleARCoreBase

Header

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreTypes.h

Include

#include "GoogleARCoreTypes.h"

Syntax

enum EGoogleARCoreCoordinates2DType
{
    Texture     = 0,
    Image       = 1,
    Viewport    = 2,
}

Values

Name

Description

Texture

ARCore normalized pass-through camera texture(for GPU usage) space with top-left (0.0f, 0.0f) and bottom-right(1.0f, 1.0f).

Image

ARCore normalized pass-through camera image(for CPU usage) space with top-left (0.0f, 0.0f) and bottom-right(1.0f, 1.0f).

Viewport

UE4 normalized viewport space with top-left(0,0f ,0.0f) and bottom-right(1.0f, 1.0f)

Remarks

2d coordinate systems referenced by ARCore.

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