| Add(const KeyType &InKey, const ValueType &InValue) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| Add(const KeyType &InKey, ValueType &&InValue) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| Add(KeyType &&InKey, const ValueType &InValue) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| Add(KeyType &&InKey, ValueType &&InValue) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| Add(const KeyType &InKey) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| Add(KeyType &&InKey) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| Add(const TTuple< KeyType, ValueType > &InKeyValue) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| Add(TTuple< KeyType, ValueType > &&InKeyValue) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| AddByHash(uint32 KeyHash, const KeyType &InKey, const ValueType &InValue) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| AddByHash(uint32 KeyHash, const KeyType &InKey, ValueType &&InValue) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| AddByHash(uint32 KeyHash, KeyType &&InKey, const ValueType &InValue) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| AddByHash(uint32 KeyHash, KeyType &&InKey, ValueType &&InValue) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| AddByHash(uint32 KeyHash, const KeyType &InKey) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| AddByHash(uint32 KeyHash, KeyType &&InKey) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| AddDynamicLayerToHeirarchy(const FString &Filename) | FConfigFile | inline |
| AddDynamicLayerToHierarchy(const FString &Filename) | FConfigFile | |
| AddMissingProperties(const FConfigFile &InSourceFile) | FConfigFile | |
| AddStaticLayersToHierarchy(const TCHAR *InBaseIniName, const TCHAR *InPlatformName, const TCHAR *EngineConfigDir, const TCHAR *SourceConfigDir) | FConfigFile | private |
| AddStaticLayersToHierarchy(FConfigContext &Context) | FConfigFile | privatestatic |
| Append(TMap< KeyType, ValueType, OtherSetAllocator, KeyFuncs > &&OtherMap) | TMap< FString, FConfigSection > | inline |
| Append(const TMap< KeyType, ValueType, OtherSetAllocator, KeyFuncs > &OtherMap) | TMap< FString, FConfigSection > | inline |
| AppendExportedPropertyLine(FString &Out, const FString &PropertyName, const FString &PropertyValue) | FConfigFile | static |
| AppendHash(const FPlatformTypeLayoutParameters &LayoutParams, FSHA1 &Hasher) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inlinestatic |
| Array() const | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| begin() | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| begin() const | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| bHasPlatformName | FConfigFile | |
| Combine(const FString &Filename) | FConfigFile | |
| CombineFromBuffer(const FString &Buffer, const FString &FileHint) | FConfigFile | |
| CombineFromBuffer(const FString &Buffer) | FConfigFile | inline |
| CommandlineOptions | FConfigFile | |
| Compact() | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| CompactStable() | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| Contains(KeyConstPointerType Key) const | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| ContainsByHash(uint32 KeyHash, const ComparableKey &Key) const | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| CopyUnfrozen(const FMemoryUnfreezeContent &Context, void *Dst) const | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| CountBytes(FArchive &Ar) const | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| CreateConstIterator() const | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| CreateConstKeyIterator(typename TConstKeyIterator::KeyArgumentType InKey) const | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| CreateIterator() | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| CreateKeyIterator(typename TKeyIterator::KeyArgumentType InKey) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| Dirty | FConfigFile | |
| DoesSectionExist(const TCHAR *Section) const | FConfigFile | |
| Dump(FOutputDevice &Ar) | FConfigFile | |
| ElementSetType typedef | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | protected |
| ElementType typedef | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | |
| Emplace(InitKeyType &&InKey, InitValueType &&InValue) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| Emplace(InitKeyType &&InKey) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| EmplaceByHash(uint32 KeyHash, InitKeyType &&InKey, InitValueType &&InValue) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| EmplaceByHash(uint32 KeyHash, InitKeyType &&InKey) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| Empty(int32 ExpectedNumElements=0) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| end() | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| end() const | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| FConfigCacheIni | FConfigFile | friend |
| FConfigContext | FConfigFile | private |
| FConfigFile() | FConfigFile | |
| FConfigFile(int32) | FConfigFile | inline |
| FilterByPredicate(Predicate Pred) const | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| Find(KeyConstPointerType Key) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| Find(KeyConstPointerType Key) const | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| FindAndRemoveChecked(KeyConstPointerType Key) | TMap< FString, FConfigSection > | inline |
| FindByHash(uint32 KeyHash, const ComparableKey &Key) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| FindByHash(uint32 KeyHash, const ComparableKey &Key) const | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| FindChecked(KeyConstPointerType Key) const | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| FindChecked(KeyConstPointerType Key) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| FindKey(ValueInitType Value) const | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| FindOrAdd(const KeyType &Key) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| FindOrAdd(KeyType &&Key) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| FindOrAdd(const KeyType &Key, const ValueType &Value) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| FindOrAdd(const KeyType &Key, ValueType &&Value) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| FindOrAdd(KeyType &&Key, const ValueType &Value) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| FindOrAdd(KeyType &&Key, ValueType &&Value) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| FindOrAddByHash(uint32 KeyHash, const KeyType &Key) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| FindOrAddByHash(uint32 KeyHash, KeyType &&Key) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| FindOrAddByHash(uint32 KeyHash, const KeyType &Key, const ValueType &Value) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| FindOrAddByHash(uint32 KeyHash, const KeyType &Key, ValueType &&Value) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| FindOrAddByHash(uint32 KeyHash, KeyType &&Key, const ValueType &Value) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| FindOrAddByHash(uint32 KeyHash, KeyType &&Key, ValueType &&Value) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| FindOrAddImpl(uint32 KeyHash, InitKeyType &&Key) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inlineprivate |
| FindOrAddImpl(uint32 KeyHash, InitKeyType &&Key, InitValueType &&Value) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inlineprivate |
| FindOrAddSection(const FString &Name) | FConfigFile | |
| FindRef(KeyConstPointerType Key) const | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| GenerateExportedPropertyLine(const FString &PropertyName, const FString &PropertyValue) | FConfigFile | static |
| GenerateKeyArray(TArray< KeyType, Allocator > &OutArray) const | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| GenerateValueArray(TArray< ValueType, Allocator > &OutArray) const | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| GetAllocatedSize() const | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| GetArray(const TCHAR *Section, const TCHAR *Key, TArray< FString > &Value) const | FConfigFile | |
| GetBool(const TCHAR *Section, const TCHAR *Key, bool &Value) const | FConfigFile | |
| GetDouble(const TCHAR *Section, const TCHAR *Key, double &Value) const | FConfigFile | |
| GetFloat(const TCHAR *Section, const TCHAR *Key, float &Value) const | FConfigFile | |
| GetInt(const TCHAR *Section, const TCHAR *Key, int32 &Value) const | FConfigFile | |
| GetInt64(const TCHAR *Section, const TCHAR *Key, int64 &Value) const | FConfigFile | |
| GetKeys(TArray< KeyType, Allocator > &OutKeys) const | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| GetKeys(TSet< KeyType, Allocator > &OutKeys) const | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| GetString(const TCHAR *Section, const TCHAR *Key, FString &Value) const | FConfigFile | |
| GetText(const TCHAR *Section, const TCHAR *Key, FText &Value) const | FConfigFile | |
| GetValue(const TCHAR *Section, const TCHAR *Key, FString &Value) const | FConfigFile | inline |
| GetValue(const TCHAR *Section, const TCHAR *Key, FText &Value) const | FConfigFile | inline |
| GetValue(const TCHAR *Section, const TCHAR *Key, int32 &Value) const | FConfigFile | inline |
| GetValue(const TCHAR *Section, const TCHAR *Key, float &Value) const | FConfigFile | inline |
| GetValue(const TCHAR *Section, const TCHAR *Key, double &Value) const | FConfigFile | inline |
| GetValue(const TCHAR *Section, const TCHAR *Key, int64 &Value) const | FConfigFile | inline |
| GetValue(const TCHAR *Section, const TCHAR *Key, bool &Value) const | FConfigFile | inline |
| GetValue(const TCHAR *Section, const TCHAR *Key, TArray< FString > &Value) const | FConfigFile | inline |
| HashKey(const KeyType &Key) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inlineprivatestatic |
| IsADefaultIniWrite(const FString &Filename, int32 &OutIniCombineThreshold) const | FConfigFile | private |
| IsEmpty() const | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| KeyConstPointerType typedef | TMap< FString, FConfigSection > | |
| KeyFuncsType typedef | TMap< FString, FConfigSection > | |
| KeyInitType typedef | TMap< FString, FConfigSection > | |
| KeySort(const PREDICATE_CLASS &Predicate) | TSortableMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| KeyStableSort(const PREDICATE_CLASS &Predicate) | TSortableMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| KeyType typedef | TMap< FString, FConfigSection > | |
| Name | FConfigFile | |
| NoSave | FConfigFile | |
| Num() const | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| operator!=(const FConfigFile &Other) const | FConfigFile | |
| operator<< | FConfigFile | friend |
| operator=(TMap &&)=default | TMap< FString, FConfigSection > | |
| operator=(const TMap &)=default | TMap< FString, FConfigSection > | |
| operator=(TMap< KeyType, ValueType, OtherSetAllocator, KeyFuncs > &&Other) | TMap< FString, FConfigSection > | inline |
| operator=(const TMap< KeyType, ValueType, OtherSetAllocator, KeyFuncs > &Other) | TMap< FString, FConfigSection > | inline |
| operator=(std::initializer_list< TPairInitializer< const KeyType &, const ValueType & > > InitList) | TMap< FString, FConfigSection > | inline |
| TSortableMapBase::operator=(TSortableMapBase &&)=default | TSortableMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | protected |
| TSortableMapBase::operator=(const TSortableMapBase &)=default | TSortableMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | protected |
| TSortableMapBase::operator=(TSortableMapBase< KeyType, ValueType, OtherSetAllocator, KeyFuncs > &&Other) | TSortableMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inlineprotected |
| TSortableMapBase::operator=(const TSortableMapBase< KeyType, ValueType, OtherSetAllocator, KeyFuncs > &Other) | TSortableMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inlineprotected |
| TMapBase::operator=(TMapBase &&)=default | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | protected |
| TMapBase::operator=(const TMapBase &)=default | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | protected |
| TMapBase::operator=(TMapBase< KeyType, ValueType, OtherSetAllocator, KeyFuncs > &&Other) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inlineprotected |
| TMapBase::operator=(const TMapBase< KeyType, ValueType, OtherSetAllocator, KeyFuncs > &Other) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inlineprotected |
| operator==(const FConfigFile &Other) const | FConfigFile | |
| operator[](KeyConstPointerType Key) | TMap< FString, FConfigSection > | inline |
| operator[](KeyConstPointerType Key) const | TMap< FString, FConfigSection > | inline |
| OrderIndependentCompareEqual(const TMapBase &Other) const | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| OverrideFileFromCommandline(FString &Filename) | FConfigFile | static |
| OverrideFromCommandline(FConfigFile *File, const FString &Filename) | FConfigFile | static |
| Pairs | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | protected |
| PerObjectConfigArrayOfStructKeys | FConfigFile | private |
| PlatformName | FConfigFile | |
| ProcessInputFileContents(FStringView Contents, const FString &FileHint) | FConfigFile | |
| ProcessInputFileContents(const FString &Buffer) | FConfigFile | inline |
| ProcessPropertyAndWriteForDefaults(int32 IniCombineThreshold, const TArray< const FConfigValue * > &InCompletePropertyToProcess, FString &OutText, const FString &SectionName, const FString &PropertyName) | FConfigFile | private |
| ProcessSourceAndCheckAgainstBackup() | FConfigFile | |
| Read(const FString &Filename) | FConfigFile | |
| Remove(KeyConstPointerType InKey) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| RemoveAndCopyValue(KeyInitType Key, ValueType &OutRemovedValue) | TMap< FString, FConfigSection > | inline |
| RemoveAndCopyValueByHash(uint32 KeyHash, const ComparableKey &Key, ValueType &OutRemovedValue) | TMap< FString, FConfigSection > | inline |
| RemoveByHash(uint32 KeyHash, const ComparableKey &Key) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| Reserve(int32 Number) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| Reset() | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| SaveSourceToBackupFile() | FConfigFile | private |
| SetAllocatorType typedef | TMap< FString, FConfigSection > | |
| SetArray(const TCHAR *Section, const TCHAR *Key, const TArray< FString > &Value) | FConfigFile | |
| SetBool(const TCHAR *Section, const TCHAR *Key, bool Value) | FConfigFile | |
| SetDouble(const TCHAR *Section, const TCHAR *Key, double Value) | FConfigFile | |
| SetFloat(const TCHAR *Section, const TCHAR *Key, float Value) | FConfigFile | |
| SetInt64(const TCHAR *Section, const TCHAR *Key, const int64 Value) | FConfigFile | |
| SetString(const TCHAR *Section, const TCHAR *Key, const TCHAR *Value) | FConfigFile | |
| SetText(const TCHAR *Section, const TCHAR *Key, const FText &Value) | FConfigFile | |
| ShouldExportQuotedString(const FString &PropertyValue) | FConfigFile | static |
| Shrink() | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| SortFreeList() | TSortableMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| SourceConfigFile | FConfigFile | |
| SourceEngineConfigDir | FConfigFile | |
| SourceIniHierarchy | FConfigFile | |
| SourceProjectConfigDir | FConfigFile | |
| Super typedef | TMap< FString, FConfigSection > | |
| TMap()=default | TMap< FString, FConfigSection > | |
| TMap(TMap &&)=default | TMap< FString, FConfigSection > | |
| TMap(const TMap &)=default | TMap< FString, FConfigSection > | |
| TMap(TMap< KeyType, ValueType, OtherSetAllocator, KeyFuncs > &&Other) | TMap< FString, FConfigSection > | inline |
| TMap(const TMap< KeyType, ValueType, OtherSetAllocator, KeyFuncs > &Other) | TMap< FString, FConfigSection > | inline |
| TMap(std::initializer_list< TPairInitializer< const KeyType &, const ValueType & > > InitList) | TMap< FString, FConfigSection > | inline |
| TMapBase()=default | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | protected |
| TMapBase(TMapBase &&)=default | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | protected |
| TMapBase(const TMapBase &)=default | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | protected |
| TMapBase(TMapBase< KeyType, ValueType, OtherSetAllocator, KeyFuncs > &&Other) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inlineprotected |
| TMapBase(const TMapBase< KeyType, ValueType, OtherSetAllocator, KeyFuncs > &Other) | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inlineprotected |
| TRangedForConstIterator typedef | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | |
| TRangedForIterator typedef | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | |
| TSortableMapBase()=default | TSortableMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | protected |
| TSortableMapBase(TSortableMapBase &&)=default | TSortableMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | protected |
| TSortableMapBase(const TSortableMapBase &)=default | TSortableMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | protected |
| TSortableMapBase(TSortableMapBase< KeyType, ValueType, OtherSetAllocator, KeyFuncs > &&Other) | TSortableMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inlineprotected |
| TSortableMapBase(const TSortableMapBase< KeyType, ValueType, OtherSetAllocator, KeyFuncs > &Other) | TSortableMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inlineprotected |
| UpdateSections(const TCHAR *DiskFilename, const TCHAR *IniRootName=nullptr, const TCHAR *OverridePlatform=nullptr) | FConfigFile | |
| UpdateSinglePropertyInSection(const TCHAR *DiskFilename, const TCHAR *PropertyName, const TCHAR *SectionName) | FConfigFile | |
| ValueInitType typedef | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | |
| ValueSort(const PREDICATE_CLASS &Predicate) | TSortableMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| ValueStableSort(const PREDICATE_CLASS &Predicate) | TSortableMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| ValueType typedef | TMap< FString, FConfigSection > | |
| Write(const FString &Filename, bool bDoRemoteWrite=true, const FString &PrefixText=FString()) | FConfigFile | |
| WriteInternal(const FString &Filename, bool bDoRemoteWrite, TMap< FString, FString > &InOutSectionTexts, const TArray< FString > &InSectionOrder) | FConfigFile | private |
| WriteMemoryImage(FMemoryImageWriter &Writer) const | TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > | inline |
| WriteTempFileThenMove() | FConfigFile | static |
| WriteToString(FString &InOutText, const FString &SimulatedFilename=FString(), const FString &PrefixText=FString()) | FConfigFile | |
| WriteToStringInternal(FString &InOutText, bool bIsADefaultIniWrite, int32 IniCombineThreshold, TMap< FString, FString > &InOutSectionTexts, const TArray< FString > &InSectionOrder) | FConfigFile | private |
| ~FConfigFile() | FConfigFile | |