FRemoteConfigAsyncIOInfo

Stores info relating to remote config files

Windows
MacOS
Linux

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

Name Description

Public variable

bool

 

bReadIOFailed

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

Public variable

FString

 

Buffer

Stores the contents of the remote config file

Public variable

bool

 

bWasProcessed

True if this file has been processed

Public variable

TCHAR[1024]

 

DefaultIniFile

Name of the corresponding default config file

Public variable

double

 

StartReadTime

Time at which the last read was initiated

Public variable

double

 

StartWriteTime

Time at which the last write was initiated

Public variable

FDateTime

 

TimeStamp

Time stamp of the remote config file

Constructors

Name Description

Public function

FRemoteConfigAsyncIOInfo()

Constructors

Public function

FRemoteConfigAsyncIOInfo

(
    const TCHAR* InDefaultIniFile
)

Operators

Name Description

Public function

FRemoteConfi...

 

operator=

(
    const FRemoteConfigAsyncIOInfo& Ot...
)

Assignment operator

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss