![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ARTypes.h>
Inheritance diagram for FARAsyncTask:Public Member Functions | |
| virtual | ~FARAsyncTask () |
| UE_API bool | HadError () const |
| UE_API FString | GetErrorString () const |
| UE_API bool | IsDone () const |
Protected Attributes | |
| FThreadSafeBool | bIsDone |
| FThreadSafeBool | bHadError |
| FString | Error |
Base class for async AR requests
|
inlinevirtual |
| FString FARAsyncTask::GetErrorString | ( | ) | const |
| bool FARAsyncTask::HadError | ( | ) | const |
| bool FARAsyncTask::IsDone | ( | ) | const |
|
protected |
|
protected |
|
protected |