Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FRemoteConfigAsyncIOInfo Struct Reference

#include <RemoteConfigIni.h>

+ Collaboration diagram for FRemoteConfigAsyncIOInfo:

Public Member Functions

 FRemoteConfigAsyncIOInfo ()
 
 FRemoteConfigAsyncIOInfo (const TCHAR *InDefaultIniFile)
 
FRemoteConfigAsyncIOInfooperator= (const FRemoteConfigAsyncIOInfo &Other)
 

Public Attributes

FString Buffer
 
FDateTime TimeStamp
 
double StartReadTime
 
double StartWriteTime
 
bool bReadIOFailed
 
bool bWasProcessed
 
TCHAR DefaultIniFile [1024]
 

Detailed Description

Stores info relating to remote config files

Definition at line 20 of file RemoteConfigIni.h.

Constructor & Destructor Documentation

◆ FRemoteConfigAsyncIOInfo() [1/2]

FRemoteConfigAsyncIOInfo::FRemoteConfigAsyncIOInfo ( )
inline

Constructors

Definition at line 23 of file RemoteConfigIni.h.

◆ FRemoteConfigAsyncIOInfo() [2/2]

FRemoteConfigAsyncIOInfo::FRemoteConfigAsyncIOInfo ( const TCHAR * InDefaultIniFile)

Member Function Documentation

◆ operator=()

FRemoteConfigAsyncIOInfo & FRemoteConfigAsyncIOInfo::operator= ( const FRemoteConfigAsyncIOInfo & Other)

Assignment operator

Member Data Documentation

◆ bReadIOFailed

bool FRemoteConfigAsyncIOInfo::bReadIOFailed

If the last read operation failed, this flag will be set to true

Definition at line 42 of file RemoteConfigIni.h.

◆ Buffer

FString FRemoteConfigAsyncIOInfo::Buffer

Stores the contents of the remote config file

Definition at line 30 of file RemoteConfigIni.h.

◆ bWasProcessed

bool FRemoteConfigAsyncIOInfo::bWasProcessed

true if this file has been processed

Definition at line 45 of file RemoteConfigIni.h.

◆ DefaultIniFile

TCHAR FRemoteConfigAsyncIOInfo::DefaultIniFile[1024]

Name of the corresponding default config file

Definition at line 48 of file RemoteConfigIni.h.

◆ StartReadTime

double FRemoteConfigAsyncIOInfo::StartReadTime

Time at which the last read was initiated

Definition at line 36 of file RemoteConfigIni.h.

◆ StartWriteTime

double FRemoteConfigAsyncIOInfo::StartWriteTime

Time at which the last write was initiated

Definition at line 39 of file RemoteConfigIni.h.

◆ TimeStamp

FDateTime FRemoteConfigAsyncIOInfo::TimeStamp

Time stamp of the remote config file

Definition at line 33 of file RemoteConfigIni.h.


The documentation for this struct was generated from the following file: