Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Inheritance Hierarchy
- TMapBase
- TSortableMapBase
- TMap
- FConfigCommandStream
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include | #include "Misc/ConfigCacheIni.h" |
Syntax
class FConfigCommandStream : public TMap< FString, FConfigCommandStreamSection >
Remarks
This ended up being the same as FConfigSection, but we use the different type to indicate these are always combined
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8 | bIsSavedConfigFile | Used to determine if existing settings should be removed from a FConfigFile before applying this stream - used for compatibility with how Saved config files are stored (replace the static layers values fully if at least one key exists) | |
| uint8 | bPythonConfigParserMode | ||
| FConfigBranch * | Branch | ||
| uint8 | Dirty | ||
| FString | Filename | ||
| TMap< FString, TMap< FName, FString > > | PerObjectConfigArrayOfStructKeys | This holds per-object config class names, with their ArrayOfStructKeys. | |
| uint16 | Priority | ||
| FName | Tag |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | FillFileFromDisk
(
const FString& Filename, |
||
| FConfigCommandStreamSection * | FindOrAddSectionInternal
(
const FString& SectionName |
||
| void | ProcessCommand
(
SectionType* Section, |
||
| void | Shrink () |
Typedefs
| Name | Description |
|---|---|
| SectionType |