![]() |
Ark Server API (ASA) - Wiki
|
#include <RemoteConfigIni.h>
Collaboration diagram for FRemoteConfigAsyncIOInfo:Public Member Functions | |
| FRemoteConfigAsyncIOInfo () | |
| FRemoteConfigAsyncIOInfo (const TCHAR *InDefaultIniFile) | |
| FRemoteConfigAsyncIOInfo & | operator= (const FRemoteConfigAsyncIOInfo &Other) |
Public Attributes | |
| FString | Buffer |
| FDateTime | TimeStamp |
| double | StartReadTime |
| double | StartWriteTime |
| bool | bReadIOFailed |
| bool | bWasProcessed |
| TCHAR | DefaultIniFile [1024] |
Stores info relating to remote config files
Definition at line 20 of file RemoteConfigIni.h.
|
inline |
Constructors
Definition at line 23 of file RemoteConfigIni.h.
| FRemoteConfigAsyncIOInfo::FRemoteConfigAsyncIOInfo | ( | const TCHAR * | InDefaultIniFile | ) |
| FRemoteConfigAsyncIOInfo & FRemoteConfigAsyncIOInfo::operator= | ( | const FRemoteConfigAsyncIOInfo & | Other | ) |
Assignment operator
| bool FRemoteConfigAsyncIOInfo::bReadIOFailed |
If the last read operation failed, this flag will be set to true
Definition at line 42 of file RemoteConfigIni.h.
| FString FRemoteConfigAsyncIOInfo::Buffer |
Stores the contents of the remote config file
Definition at line 30 of file RemoteConfigIni.h.
| bool FRemoteConfigAsyncIOInfo::bWasProcessed |
true if this file has been processed
Definition at line 45 of file RemoteConfigIni.h.
| TCHAR FRemoteConfigAsyncIOInfo::DefaultIniFile[1024] |
Name of the corresponding default config file
Definition at line 48 of file RemoteConfigIni.h.
| double FRemoteConfigAsyncIOInfo::StartReadTime |
Time at which the last read was initiated
Definition at line 36 of file RemoteConfigIni.h.
| double FRemoteConfigAsyncIOInfo::StartWriteTime |
Time at which the last write was initiated
Definition at line 39 of file RemoteConfigIni.h.
| FDateTime FRemoteConfigAsyncIOInfo::TimeStamp |
Time stamp of the remote config file
Definition at line 33 of file RemoteConfigIni.h.