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 FRemoteConfig
Remarks
Manages remote config files.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRemoteConfigAsyncIOInfo * | FindConfig
(
const TCHAR* Filename |
Simple accessor function. | |
| void | FinishRead
(
const TCHAR* Filename |
Waits on the async read if it hasn't finished yet... times out if the operation has taken too long. | |
| void | Flush () |
Finishes all pending async IO tasks. | |
| FRemoteConfig * | Get () |
Returns a reference to the global FRemoteConfig object. | |
| bool | IsFinished
(
const TCHAR* InFilename |
Returns true if the task has completed. | |
| bool | IsRemoteFile
(
const TCHAR* Filename |
Returns true if the specified config file has been flagged as being remote. | |
| bool | Read
(
const TCHAR* GeneratedIniFile, |
Queues up a new async task for reading a remote config file. | |
| FString | ReplaceIniCharWithSpecialChar
(
const FString& Str |
Replaces chars used by the ini parser with "special chars". | |
| FString | ReplaceIniSpecialCharWithChar
(
const FString& Str |
Replaces "special chars" that have been inserted to avoid problems with the ini parser with equivalent regular chars. | |
| bool | ShouldReadRemoteFile
(
const TCHAR* Filename |
Returns true if the specified file is remote and still needs to be read. | |
| bool | Queues up a new async task for writing a remote config file. |