UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FARGetCandidateObjectAsyncTask Class Referenceabstract

#include <ARTypes.h>

+ Inheritance diagram for FARGetCandidateObjectAsyncTask:

Public Member Functions

virtual UARCandidateObjectGetCandidateObject ()=0
 
- Public Member Functions inherited from FARAsyncTask
virtual ~FARAsyncTask ()
 
UE_API bool HadError () const
 
UE_API FString GetErrorString () const
 
UE_API bool IsDone () const
 

Additional Inherited Members

- Protected Attributes inherited from FARAsyncTask
FThreadSafeBool bIsDone
 
FThreadSafeBool bHadError
 
FString Error
 

Detailed Description

Async task that builds a candidate object used for detection from the ar session

Member Function Documentation

◆ GetCandidateObject()

virtual UARCandidateObject * FARGetCandidateObjectAsyncTask::GetCandidateObject ( )
pure virtual
Returns
the candidate object that you can use for detection later

Implemented in FARErrorGetCandidateObjectAsyncTask.


The documentation for this class was generated from the following file: