Navigation
API > API/Runtime > API/Runtime/AugmentedReality > API/Runtime/AugmentedReality/UARGetCandidateObjectAsyncTaskBl-
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARBlueprintProxy.h |
| Include | #include "ARBlueprintProxy.h" |
| Source | /Engine/Source/Runtime/AugmentedReality/Private/ARBlueprintProxy.cpp |
UFUNCTION (BlueprintCallable,
Meta=(DisplayName="Get AR Candidate Object", BlueprintInternalUseOnly="true", Category="Augmented Reality", WorldContext="WorldContextObject"))
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
| Name | Description |
|---|---|
| Location | the center of the extent to grab features at |
| Extent | the size of the region to grab feature points |