UARBlueprintLibrary::LineTraceTrackedObjects3D

Perform a line trace against any real-world geometry as tracked by the AR system.

Windows
MacOS
Linux

References

Module

AugmentedReality

Header

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

Include

#include "ARBlueprintLibrary.h"

Source

/Engine/Source/Runtime/AugmentedReality/Private/ARBlueprintLibrary.cpp

Syntax

static TArray< FARTraceResult > LineTraceTrackedObjects3D
(
    const FVector Start,
    const FVector End,
    bool bTestFeaturePoints,
    bool bTestGroundPlane,
    bool bTestPlaneExtents,
    bool bTestPlaneBoundaryPolygon
)

Remarks

Perform a line trace against any real-world geometry as tracked by the AR system.

Returns

a list of `FARTraceResult_ sorted by distance from camera.

Parameters

Parameter

Description

Start

Start point of the trace, in world space.

End

End point of the trace, in world space.

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