FARSystemProxy::OnGetCandidateObject

Generates a [UARCandidateObject](API\Runtime\AugmentedReality\UARCandidateObject) from the point cloud data within the location and its extent using an async task

Windows
MacOS
Linux

Override Hierarchy

IARSystemSupport::OnGetCandidateObject()

FARSystemProxy::OnGetCandidateObject()

References

Module

RemoteSession

Header

/Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionARSystemChannel.h

Include

#include "Channels/RemoteSessionARSystemChannel.h"

Syntax

virtual TSharedPtr< FARGetCandidateObjectAsyncTask, ESPMode::ThreadSafe > OnGetCandidateObject
(
    FVector Location,
    FVector Extent
) const

Remarks

Generates a UARCandidateObject from the point cloud data within the location and its extent using an async task

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