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 FRemoteConfigAsyncTaskManager
Remarks
Manages async IO tasks for remote config files
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AreAllTasksFinished
(
bool bDoRemoval |
Returns true if the all tasks in the queue have completed (or, if the queue is empty). | |
| FRemoteConfigAsyncTaskManager * | Get () |
Returns a reference to the global FRemoteConfigAsyncTaskManager object. | |
| bool | GetReadData
(
const TCHAR* InFilename, |
Safely retrieve the read data from the completed async task. | |
| bool | IsFinished
(
const TCHAR* InFilename |
Returns true if the task has completed | |
| bool | StartTask
(
const TCHAR* InFilename, |
Add an async IO task to the queue and kick it off. | |
| void | Tick () |
Handles cached write tasks. |