FRemoteConfigAsyncWorker

Async task that handles the IO of a remote config file

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/RemoteConfigIni.h

Include

#include "Misc/RemoteConfigIni.h"

Syntax

class FRemoteConfigAsyncWorker

Remarks

Async task that handles the IO of a remote config file

Constructors

Name Description

Public function

FRemoteConfigAsyncWorker

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

Constructor.

Functions

Name Description

Public function

void

 

Abandon()

Abandon routine

Public function

bool

 

CanAbandon()

Indicates to the thread pool that this task is abandonable.

Public function

void

 

DoWork()

Performs the actual IO operations.

Public function

FRemoteConfi...

 

GetIOInfo()

Returns the local IO info object

Public function Const

TStatId

 

GetStatId()

Public function Const

bool

 

IsReadSuccess()

Returns true if the read IO operation succeeded.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss