![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RemoteConfigIni.h>
Public Member Functions | |
| FRemoteConfigAsyncIOInfo () | |
| FRemoteConfigAsyncIOInfo (const TCHAR *InDefaultIniFile) | |
Public Attributes | |
| FString | Buffer |
| FDateTime | TimeStamp |
| double | StartReadTime |
| double | StartWriteTime |
| bool | bReadIOFailed |
| bool | bWasProcessed |
| TCHAR | DefaultIniFile [1024] |
Stores info relating to remote config files
|
inline |
Constructors
| FRemoteConfigAsyncIOInfo::FRemoteConfigAsyncIOInfo | ( | const TCHAR * | InDefaultIniFile | ) |
| bool FRemoteConfigAsyncIOInfo::bReadIOFailed |
If the last read operation failed, this flag will be set to true
| FString FRemoteConfigAsyncIOInfo::Buffer |
Stores the contents of the remote config file
| bool FRemoteConfigAsyncIOInfo::bWasProcessed |
true if this file has been processed
| TCHAR FRemoteConfigAsyncIOInfo::DefaultIniFile[1024] |
Name of the corresponding default config file
| double FRemoteConfigAsyncIOInfo::StartReadTime |
Time at which the last read was initiated
| double FRemoteConfigAsyncIOInfo::StartWriteTime |
Time at which the last write was initiated
| FDateTime FRemoteConfigAsyncIOInfo::TimeStamp |
Time stamp of the remote config file