Navigation
API > API/Runtime > API/Runtime/Core
Async task that handles the IO of a remote config file
| Name | FRemoteConfigAsyncWorker |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/RemoteConfigIni.h |
| Include Path | #include "Misc/RemoteConfigIni.h" |
Syntax
class FRemoteConfigAsyncWorker
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRemoteConfigAsyncWorker
(
const TCHAR* InFilename, |
Constructor. | Misc/RemoteConfigIni.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsRead | bool | True if read operation, false if write. | Misc/RemoteConfigIni.h | |
| Contents | FString | Contents to write out. | Misc/RemoteConfigIni.h | |
| Filename | TCHAR | Name of the remote config file. | Misc/RemoteConfigIni.h | |
| IOInfo | FRemoteConfigAsyncIOInfo | Local copy of the IO info object, for thread safety. | Misc/RemoteConfigIni.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Abandon() |
Abandon routine | Misc/RemoteConfigIni.h | |
bool CanAbandon() |
Indicates to the thread pool that this task is abandonable. | Misc/RemoteConfigIni.h | |
void DoWork() |
Performs the actual IO operations. | Misc/RemoteConfigIni.h | |
FRemoteConfigAsyncIOInfo & GetIOInfo() |
Returns the local IO info object | Misc/RemoteConfigIni.h | |
TStatId GetStatId() |
Misc/RemoteConfigIni.h | ||
bool IsReadSuccess() |
Returns true if the read IO operation succeeded. | Misc/RemoteConfigIni.h |