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

#include <RemoteConfigIni.h>

Public Member Functions

 FRemoteConfigAsyncWorker (const TCHAR *InFilename, FRemoteConfigAsyncIOInfo &InIOInfo, FString *InContents, bool bInIsRead)
 
void DoWork ()
 
bool IsReadSuccess () const
 
FRemoteConfigAsyncIOInfoGetIOInfo ()
 
UE_FORCEINLINE_HINT TStatId GetStatId () const
 
bool CanAbandon ()
 
void Abandon ()
 

Detailed Description

Async task that handles the IO of a remote config file

Constructor & Destructor Documentation

◆ FRemoteConfigAsyncWorker()

FRemoteConfigAsyncWorker::FRemoteConfigAsyncWorker ( const TCHAR InFilename,
FRemoteConfigAsyncIOInfo InIOInfo,
FString *  InContents,
bool  bInIsRead 
)

Constructor.

Member Function Documentation

◆ Abandon()

void FRemoteConfigAsyncWorker::Abandon ( )

Abandon routine

◆ CanAbandon()

bool FRemoteConfigAsyncWorker::CanAbandon ( )

Indicates to the thread pool that this task is abandonable.

◆ DoWork()

void FRemoteConfigAsyncWorker::DoWork ( )

Performs the actual IO operations.

◆ GetIOInfo()

FRemoteConfigAsyncIOInfo & FRemoteConfigAsyncWorker::GetIOInfo ( )

Returns the local IO info object

◆ GetStatId()

UE_FORCEINLINE_HINT TStatId FRemoteConfigAsyncWorker::GetStatId ( ) const
inline

◆ IsReadSuccess()

bool FRemoteConfigAsyncWorker::IsReadSuccess ( ) const

Returns true if the read IO operation succeeded.


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