![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for FConfigFile, including all inherited members.
| Add(const KeyType &InKey, const ValueType &InValue) | FConfigFile | inline |
| Add(const KeyType &InKey, ValueType &&InValue) | FConfigFile | inline |
| Add(KeyType &&InKey, const ValueType &InValue) | FConfigFile | inline |
| Add(KeyType &&InKey, ValueType &&InValue) | FConfigFile | inline |
| AddDynamicLayerToHierarchy(const FString &Filename) | FConfigFile | |
| AddMissingProperties(const FConfigFile &InSourceFile) | FConfigFile | |
| AddToSection(const TCHAR *Section, FName Key, const FString &Value) | FConfigFile | |
| AddUniqueToSection(const TCHAR *Section, FName Key, const FString &Value) | FConfigFile | |
| Append(TMap< FString, FConfigSection > Other) | FConfigFile | inline |
| AppendExportedPropertyLine(FString &Out, const FString &PropertyName, const FString &PropertyValue) | FConfigFile | static |
| ApplyFile(const FConfigCommandStream *File) | FConfigFile | |
| bCanSaveAllSections | FConfigFile | |
| begin() const | FConfigFile | inline |
| bHasPlatformName | FConfigFile | |
| bPythonConfigParserMode | FConfigFile | |
| Branch | FConfigFile | |
| Combine(const FString &Filename) | FConfigFile | |
| CombineFromBuffer(const FString &Buffer, const FString &FileHint) | FConfigFile | |
| CommandlineOptions | FConfigFile | |
| Contains(const FString &SectionName) const | FConfigFile | inline |
| Dirty | FConfigFile | |
| DoesSectionExist(const TCHAR *Section) const | FConfigFile | |
| Dump(FOutputDevice &Ar) | FConfigFile | |
| Empty(int32 ExpectedNumElements=0) | FConfigFile | inline |
| end() const | FConfigFile | inline |
| FConfigBranch | FConfigFile | friend |
| FConfigCacheIni | FConfigFile | friend |
| FConfigFile() | FConfigFile | |
| FConfigFile(int32) | FConfigFile | inline |
| FConfigFile(const FConfigFile &Other) | FConfigFile | |
| FConfigFile(FConfigFile &&Other) | FConfigFile | |
| FillFileFromBuffer | FConfigFile | friend |
| FindOrAddConfigSection(const FString &Name) | FConfigFile | |
| FindSection(const FString &SectionName) const | FConfigFile | inline |
| GenerateExportedPropertyLine(const FString &PropertyName, const FString &PropertyValue) | FConfigFile | static |
| GetArray(const TCHAR *Section, const TCHAR *Key, TArray< FString > &Value) const | FConfigFile | |
| GetBool(const TCHAR *Section, const TCHAR *Key, bool &Value) const | FConfigFile | inline |
| GetDouble(const TCHAR *Section, const TCHAR *Key, double &Value) const | FConfigFile | inline |
| GetFloat(const TCHAR *Section, const TCHAR *Key, float &Value) const | FConfigFile | inline |
| GetInt(const TCHAR *Section, const TCHAR *Key, int32 &Value) const | FConfigFile | inline |
| GetInt64(const TCHAR *Section, const TCHAR *Key, int64 &Value) const | FConfigFile | inline |
| GetKeys(TArray< FString > &Keys) const | FConfigFile | inline |
| GetKeys(TSet< FString > &Keys) const | FConfigFile | inline |
| GetString(const TCHAR *Section, const TCHAR *Key, FString &Value) const | FConfigFile | inline |
| GetText(const TCHAR *Section, const TCHAR *Key, FText &Value) const | FConfigFile | inline |
| GetUInt(const TCHAR *Section, const TCHAR *Key, uint32 &Value) const | FConfigFile | inline |
| 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 |
| IsEmpty() const | FConfigFile | inline |
| Name | FConfigFile | |
| NoSave | FConfigFile | |
| Num() const | FConfigFile | inline |
| operator!=(const FConfigFile &Other) const | FConfigFile | |
| operator<< | FConfigFile | friend |
| operator=(const FConfigFile &Other) | FConfigFile | |
| operator=(FConfigFile &&Other) | FConfigFile | |
| operator==(const FConfigFile &Other) const | FConfigFile | |
| OverrideFileFromCommandline(FString &Filename) | FConfigFile | static |
| OverrideFromCommandline(FConfigFile *File, const FString &Filename) | FConfigFile | static |
| OverrideFromCommandline(FConfigCommandStream *File, const FString &Filename) | FConfigFile | static |
| PlatformName | FConfigFile | |
| ProcessInputFileContents(FStringView Contents, const FString &FileHint) | FConfigFile | |
| ProcessSourceAndCheckAgainstBackup() | FConfigFile | |
| Read(const FString &Filename) | FConfigFile | |
| Remove(KeyConstPointerType InKey) | FConfigFile | inline |
| RemoveFromSection(const TCHAR *Section, FName Key, const FString &Value) | FConfigFile | |
| RemoveKeyFromSection(const TCHAR *Section, FName Key) | FConfigFile | |
| Reset() | FConfigFile | inline |
| ResetKeyInSection(const TCHAR *Section, FName Key) | FConfigFile | |
| SectionType typedef | FConfigFile | |
| 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 | |
| SetInSection(const TCHAR *SectionName, FName Key, const FString &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 |
| Tag | FConfigFile | |
| UpdateSections(const TCHAR *DiskFilename, const TCHAR *IniRootName=nullptr, const TCHAR *OverridePlatform=nullptr) | FConfigFile | |
| UpdateSinglePropertyInSection(const TCHAR *DiskFilename, const TCHAR *PropertyName, const TCHAR *SectionName) | FConfigFile | |
| Write(const FString &Filename, bool bDoRemoteWrite=true, const FString &PrefixText=FString()) | FConfigFile | |
| WriteTempFileThenMove() | FConfigFile | static |
| WriteToString(FString &InOutText, const FString &SimulatedFilename=FString(), const FString &PrefixText=FString()) | FConfigFile | |
| ~FConfigFile() | FConfigFile |