unreal.GoogleARCoreCoordinates2DType

class unreal.GoogleARCoreCoordinates2DType

Bases: unreal.EnumBase

ingroup: GoogleARCoreBase 2d coordinate systems referenced by ARCore.

C++ Source:

  • Plugin: GoogleARCore

  • Module: GoogleARCoreBase

  • File: GoogleARCoreTypes.h

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).

Type

1

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).

Type

0

VIEWPORT

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

Type

2