UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FRemoteConfigAsyncIOInfo Struct Reference

#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]
 

Detailed Description

Stores info relating to remote config files

Constructor & Destructor Documentation

◆ FRemoteConfigAsyncIOInfo() [1/2]

FRemoteConfigAsyncIOInfo::FRemoteConfigAsyncIOInfo ( )
inline

Constructors

◆ FRemoteConfigAsyncIOInfo() [2/2]

FRemoteConfigAsyncIOInfo::FRemoteConfigAsyncIOInfo ( const TCHAR InDefaultIniFile)

Member Data Documentation

◆ bReadIOFailed

bool FRemoteConfigAsyncIOInfo::bReadIOFailed

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

◆ Buffer

FString FRemoteConfigAsyncIOInfo::Buffer

Stores the contents of the remote config file

◆ bWasProcessed

bool FRemoteConfigAsyncIOInfo::bWasProcessed

true if this file has been processed

◆ DefaultIniFile

TCHAR FRemoteConfigAsyncIOInfo::DefaultIniFile[1024]

Name of the corresponding default config file

◆ StartReadTime

double FRemoteConfigAsyncIOInfo::StartReadTime

Time at which the last read was initiated

◆ StartWriteTime

double FRemoteConfigAsyncIOInfo::StartWriteTime

Time at which the last write was initiated

◆ TimeStamp

FDateTime FRemoteConfigAsyncIOInfo::TimeStamp

Time stamp of the remote config file


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