Navigation
API > API/Runtime > API/Runtime/Core
Stores info relating to remote config files
| Name | FRemoteConfigAsyncIOInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/RemoteConfigIni.h |
| Include Path | #include "Misc/RemoteConfigIni.h" |
Syntax
struct FRemoteConfigAsyncIOInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Constructors | Misc/RemoteConfigIni.h | ||
FRemoteConfigAsyncIOInfo
(
const TCHAR* InDefaultIniFile |
Misc/RemoteConfigIni.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bReadIOFailed | bool | If the last read operation failed, this flag will be set to true | Misc/RemoteConfigIni.h | |
| Buffer | FString | Stores the contents of the remote config file | Misc/RemoteConfigIni.h | |
| bWasProcessed | bool | True if this file has been processed | Misc/RemoteConfigIni.h | |
| DefaultIniFile | TCHAR | Name of the corresponding default config file | Misc/RemoteConfigIni.h | |
| StartReadTime | double | Time at which the last read was initiated | Misc/RemoteConfigIni.h | |
| StartWriteTime | double | Time at which the last write was initiated | Misc/RemoteConfigIni.h | |
| TimeStamp | FDateTime | Time stamp of the remote config file | Misc/RemoteConfigIni.h |