UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FConfigCommandStream Class Reference

#include <ConfigCacheIni.h>

+ Inheritance diagram for FConfigCommandStream:

Public Types

using SectionType = FConfigCommandStreamSection
 

Public Member Functions

void ProcessCommand (SectionType *Section, FStringView SectionName, FConfigValue::EValueType Command, FName Key, FString &&Value)
 
FConfigCommandStreamSectionFindOrAddSectionInternal (const FString &SectionName)
 
bool FillFileFromDisk (const FString &Filename, bool bHandleSymbolCommands)
 
void Shrink ()
 

Public Attributes

TMap< FString, TMap< FName, FString > > PerObjectConfigArrayOfStructKeys
 
class FConfigBranchBranch = nullptr
 
FName Tag
 
uint8 Dirty
 
uint8 bPythonConfigParserMode = false
 
uint8 bIsSavedConfigFile = false
 
uint8 bNeverSafeUnload = false
 
uint16 Priority
 
FString Filename
 

Member Typedef Documentation

◆ SectionType

Member Function Documentation

◆ FillFileFromDisk()

bool FConfigCommandStream::FillFileFromDisk ( const FString &  Filename,
bool  bHandleSymbolCommands 
)

◆ FindOrAddSectionInternal()

FConfigCommandStreamSection * FConfigCommandStream::FindOrAddSectionInternal ( const FString &  SectionName)

◆ ProcessCommand()

void FConfigCommandStream::ProcessCommand ( SectionType Section,
FStringView  SectionName,
FConfigValue::EValueType  Command,
FName  Key,
FString &&  Value 
)

◆ Shrink()

void FConfigCommandStream::Shrink ( )

Member Data Documentation

◆ bIsSavedConfigFile

uint8 FConfigCommandStream::bIsSavedConfigFile = false

◆ bNeverSafeUnload

uint8 FConfigCommandStream::bNeverSafeUnload = false

◆ bPythonConfigParserMode

uint8 FConfigCommandStream::bPythonConfigParserMode = false

◆ Branch

class FConfigBranch* FConfigCommandStream::Branch = nullptr

◆ Dirty

uint8 FConfigCommandStream::Dirty

◆ Filename

FString FConfigCommandStream::Filename

◆ PerObjectConfigArrayOfStructKeys

TMap<FString, TMap<FName, FString> > FConfigCommandStream::PerObjectConfigArrayOfStructKeys

◆ Priority

uint16 FConfigCommandStream::Priority

◆ Tag

FName FConfigCommandStream::Tag

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