EGoogleARCoreLineTraceChannel

Describes which channel ARLineTrace will be performed on.

Windows
MacOS
Linux

References

Module

GoogleARCoreBase

Header

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

Include

#include "GoogleARCoreTypes.h"

Syntax

enum EGoogleARCoreLineTraceChannel
{
    None                             = 0,
    FeaturePoint                     = 1,
    InfinitePlane                    = 2,
    PlaneUsingExtent                 = 4,
    PlaneUsingBoundaryPolygon        = 8,
    FeaturePointWithSurfaceNormal    = 16,
    AugmentedImage                   = 32,
}

Values

Name

Description

None

FeaturePoint

Trace against feature point cloud.

InfinitePlane

Trace against the infinite plane.

PlaneUsingExtent

Trace against the plane using its extent.

PlaneUsingBoundaryPolygon

Trace against the plane using its boundary polygon.

FeaturePointWithSurfaceNormal

Trace against feature point and attempt to estimate the normal of the surface centered around the trace hit point.

AugmentedImage

Trace against augmented images.

Remarks

Describes which channel ARLineTrace will be performed on.

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