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