![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ARTypes.h>
Inheritance diagram for FARGetCandidateObjectAsyncTask:Public Member Functions | |
| virtual UARCandidateObject * | GetCandidateObject ()=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 |
Async task that builds a candidate object used for detection from the ar session
|
pure virtual |
Implemented in FARErrorGetCandidateObjectAsyncTask.