UARGetCandidateObjectAsyncTaskBlueprintProxy::ARGetCandidateObject

Saves the point cloud centered at the specified location capturing all of the features within the specified extent as an object that can be detected later

Windows
MacOS
Linux

References

Module

AugmentedReality

Header

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

Include

#include "ARBlueprintProxy.h"

Source

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

Syntax

static UARGetCandidateObjectAsyncTaskBlueprintProxy * ARGetCandidateObject
(
    UObject * WorldContextObject,
    FVector Location,
    FVector Extent
)

Remarks

Saves the point cloud centered at the specified location capturing all of the features within the specified extent as an object that can be detected later

Parameters

Parameter

Description

Location

the center of the extent to grab features at

Extent

the size of the region to grab feature points

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