Transform ARCoordinates 2D

Transform ARCoordinates 2D

Windows
MacOS
Linux

Transforms an array of 2D coordinates into a different 2D coordinate system. This will account for the display rotation, and any additional required adjustment.

Some examples of useful conversions: To transform screen space UVs for texture space UVs to rendering pass-through camera texture: Viewport -> Texture; To transform a point found by a computer vision algorithm in the pass-through camera image into a point on the viewport: Image -> Viewport;

Target is Google ARCore Frame Function Library

Transform ARCoordinates 2D
Input Coordinates Type
Texture
Input Coordinates
Output Coordinates Type
Texture
Output Coordinates

Inputs

Input Coordinates Type
EGoogleARCoreCoordinates2DType Enum

The coordinate system used by InputCoordinates.

Input Coordinates
Array of Vector 2D Structures

The input 2d coordinates.

Output Coordinates Type
EGoogleARCoreCoordinates2DType Enum

The coordinate system to transform to.

Outputs

Output Coordinates
Array of Vector 2D Structures

The output 2d coordinates.

Select Skin
Light
Dark

Welcome to the new Unreal Engine 4 Documentation site!

We're working on lots of new features including a feedback system so you can tell us how we are doing. It's not quite ready for use in the wild yet, so head over to the Documentation Feedback forum to tell us about this page or call out any issues you are encountering in the meantime.

We'll be sure to let you know when the new system is up and running.

Post Feedback