UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FARAsyncTask Class Reference

#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
 

Detailed Description

Base class for async AR requests

Constructor & Destructor Documentation

◆ ~FARAsyncTask()

virtual FARAsyncTask::~FARAsyncTask ( )
inlinevirtual

Member Function Documentation

◆ GetErrorString()

FString FARAsyncTask::GetErrorString ( ) const
Returns
information about the error if there was one

◆ HadError()

bool FARAsyncTask::HadError ( ) const
Returns
whether the task succeeded or not

◆ IsDone()

bool FARAsyncTask::IsDone ( ) const
Returns
whether the task has completed or not

Member Data Documentation

◆ bHadError

FThreadSafeBool FARAsyncTask::bHadError
protected

◆ bIsDone

FThreadSafeBool FARAsyncTask::bIsDone
protected

◆ Error

FString FARAsyncTask::Error
protected

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