Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
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
| Type | Name | Description | |
|---|---|---|---|
FRemoteConfigAsyncWorker
(
const TCHAR* InFilename, |
Constructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Abandon () |
Abandon routine | |
| bool | CanAbandon () |
Indicates to the thread pool that this task is abandonable. | |
| void | DoWork () |
Performs the actual IO operations. | |
| FRemoteConfigAsyncIOInfo & | GetIOInfo () |
Returns the local IO info object | |
| TStatId | GetStatId () |
||
| bool | Returns true if the read IO operation succeeded. |