![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for FConfigCacheIni, including all inherited members.
| Add(const FString &Filename, const FConfigFile &File) | FConfigCacheIni | |
| AddMultiplePluginsToAllBranches(const TArray< FName > &PluginName, FConfigModificationTracker *ModificationTracker=nullptr) | FConfigCacheIni | static |
| AddNewBranch(const FString &Filename) | FConfigCacheIni | |
| AddPluginToAllBranches(FName PluginName, FConfigModificationTracker *ModificationTracker=nullptr) | FConfigCacheIni | static |
| AddToSection(const TCHAR *Section, FName Key, const FString &Value, const FString &Filename) | FConfigCacheIni | |
| AddToSectionOfStaticLayer(const TCHAR *Section, FName Key, const FString &Value, const FString &BranchName, const FString &LayerSubstring, bool bWriteFile) | FConfigCacheIni | |
| AddUniqueToSection(const TCHAR *Section, FName Key, const FString &Value, const FString &Filename) | FConfigCacheIni | |
| AddUniqueToSectionOfStaticLayer(const TCHAR *Section, FName Key, const FString &Value, const FString &BranchName, const FString &LayerSubstring, bool bWriteFile) | FConfigCacheIni | |
| AreFileOperationsDisabled() | FConfigCacheIni | |
| ClearOtherPlatformConfigs() | FConfigCacheIni | static |
| ContainsConfigFile(const FConfigFile *ConfigFile) const | FConfigCacheIni | |
| CreateGConfigFromSaved(const TCHAR *Filename) | FConfigCacheIni | static |
| Detach(const FString &Filename) | FConfigCacheIni | |
| DisableFileOperations() | FConfigCacheIni | |
| DoesSectionExist(const TCHAR *Section, const FString &Filename) | FConfigCacheIni | |
| Dump(FOutputDevice &Ar, const TCHAR *IniName=NULL) | FConfigCacheIni | |
| EmptySection(const TCHAR *Section, const FString &Filename) | FConfigCacheIni | |
| EmptySectionsMatchingString(const TCHAR *SectionString, const FString &Filename) | FConfigCacheIni | |
| EnableFileOperations() | FConfigCacheIni | |
| Exit() | FConfigCacheIni | |
| FConfigCacheIni(EConfigCacheType Type, FName PlatformName=NAME_None, bool bInGloballyRegistered=false) | FConfigCacheIni | |
| FConfigCacheIni() | FConfigCacheIni | |
| Find(const FString &InFilename) | FConfigCacheIni | |
| FindBranch(FName BaseIniName, const FString &Filename) | FConfigCacheIni | |
| FindBranchWithNoReload(FName BaseIniName, const FString &Filename) | FConfigCacheIni | |
| FindConfigFile(const FString &Filename) | FConfigCacheIni | |
| FindConfigFileWithBaseName(FName BaseName) | FConfigCacheIni | |
| FindOrLoadPlatformConfig(FConfigFile &LocalFile, const TCHAR *IniName, const TCHAR *Platform=NULL) | FConfigCacheIni | static |
| FindPlatformConfig(const TCHAR *IniName, const TCHAR *Platform) | FConfigCacheIni | static |
| Flush(bool bRemoveFromCache, const FString &Filename=TEXT("")) | FConfigCacheIni | |
| ForEachEntry(const FKeyValueSink &Visitor, const TCHAR *Section, const FString &Filename) | FConfigCacheIni | |
| ForPlatform(FName PlatformName) | FConfigCacheIni | static |
| GetArray(const TCHAR *Section, const TCHAR *Key, TArray< FString > &out_Arr, const FString &Filename) | FConfigCacheIni | |
| GetBool(const TCHAR *Section, const TCHAR *Key, bool &Value, const FString &Filename) | FConfigCacheIni | |
| GetBoolOrDefault(const TCHAR *Section, const TCHAR *Key, const bool DefaultValue, const FString &Filename) | FConfigCacheIni | inline |
| GetColor(const TCHAR *Section, const TCHAR *Key, FColor &Value, const FString &Filename) | FConfigCacheIni | |
| GetConfigFilename(const TCHAR *BaseIniName) | FConfigCacheIni | |
| GetConfigFilenames(TArray< FString > &ConfigFilenames) | FConfigCacheIni | |
| GetCustomConfigString() | FConfigCacheIni | static |
| GetDestIniFilename(const TCHAR *BaseIniName, const TCHAR *PlatformName, const TCHAR *GeneratedConfigDir) | FConfigCacheIni | static |
| GetDouble(const TCHAR *Section, const TCHAR *Key, double &Value, const FString &Filename) | FConfigCacheIni | |
| GetFilenames() | FConfigCacheIni | |
| GetFloat(const TCHAR *Section, const TCHAR *Key, float &Value, const FString &Filename) | FConfigCacheIni | |
| GetFloatOrDefault(const TCHAR *Section, const TCHAR *Key, const float DefaultValue, const FString &Filename) | FConfigCacheIni | inline |
| GetInt(const TCHAR *Section, const TCHAR *Key, int32 &Value, const FString &Filename) | FConfigCacheIni | |
| GetInt64(const TCHAR *Section, const TCHAR *Key, int64 &Value, const FString &Filename) | FConfigCacheIni | |
| GetIntOrDefault(const TCHAR *Section, const TCHAR *Key, const int32 DefaultValue, const FString &Filename) | FConfigCacheIni | inline |
| GetMaxMemoryUsage() | FConfigCacheIni | |
| GetPerObjectConfigSections(const FString &Filename, const FString &SearchClass, TArray< FString > &out_SectionNames, int32 MaxResults=1024) | FConfigCacheIni | |
| GetRotator(const TCHAR *Section, const TCHAR *Key, FRotator &Value, const FString &Filename) | FConfigCacheIni | |
| GetSection(const TCHAR *Section, TArray< FString > &Result, const FString &Filename) | FConfigCacheIni | |
| GetSection(const TCHAR *Section, const bool Force, const FString &Filename) | FConfigCacheIni | |
| GetSectionNames(const FString &Filename, TArray< FString > &out_SectionNames) | FConfigCacheIni | |
| GetSingleLineArray(const TCHAR *Section, const TCHAR *Key, TArray< FString > &out_Arr, const FString &Filename) | FConfigCacheIni | |
| GetStagedGlobalConfigCache() const | FConfigCacheIni | |
| GetStagedPluginConfigCache(FName PluginName) const | FConfigCacheIni | |
| GetStr(const TCHAR *Section, const TCHAR *Key, const FString &Filename) | FConfigCacheIni | |
| GetString(const TCHAR *Section, const TCHAR *Key, FString &Value, const FString &Filename) | FConfigCacheIni | |
| GetStringOrDefault(const TCHAR *Section, const TCHAR *Key, const FString &DefaultValue, const FString &Filename) | FConfigCacheIni | inline |
| GetText(const TCHAR *Section, const TCHAR *Key, FText &Value, const FString &Filename) | FConfigCacheIni | |
| GetTextOrDefault(const TCHAR *Section, const TCHAR *Key, const FText &DefaultValue, const FString &Filename) | FConfigCacheIni | inline |
| GetValue(const TCHAR *Section, const TCHAR *Key, FString &Value, const FString &Filename) | FConfigCacheIni | inline |
| GetValue(const TCHAR *Section, const TCHAR *Key, FText &Value, const FString &Filename) | FConfigCacheIni | inline |
| GetValue(const TCHAR *Section, const TCHAR *Key, int32 &Value, const FString &Filename) | FConfigCacheIni | inline |
| GetValue(const TCHAR *Section, const TCHAR *Key, float &Value, const FString &Filename) | FConfigCacheIni | inline |
| GetValue(const TCHAR *Section, const TCHAR *Key, bool &Value, const FString &Filename) | FConfigCacheIni | inline |
| GetValue(const TCHAR *Section, const TCHAR *Key, TArray< FString > &Value, const FString &Filename) | FConfigCacheIni | inline |
| GetVector(const TCHAR *Section, const TCHAR *Key, FVector &Value, const FString &Filename) | FConfigCacheIni | |
| GetVector2D(const TCHAR *Section, const TCHAR *Key, FVector2D &Value, const FString &Filename) | FConfigCacheIni | |
| GetVector4(const TCHAR *Section, const TCHAR *Key, FVector4 &Value, const FString &Filename) | FConfigCacheIni | |
| InitializeConfigSystem() | FConfigCacheIni | static |
| InitializeKnownConfigFiles(FConfigContext &Context) | FConfigCacheIni | static |
| IsGloballyRegistered() const | FConfigCacheIni | inline |
| IsKnownConfigName(FName ConfigName) | FConfigCacheIni | |
| IsReadyForUse() | FConfigCacheIni | inline |
| LoadConsoleVariablesFromINI() | FConfigCacheIni | static |
| LoadExternalIniFile(FConfigFile &ConfigFile, const TCHAR *IniName, const TCHAR *EngineConfigDir, const TCHAR *SourceConfigDir, bool bIsBaseIniName, const TCHAR *Platform=NULL, bool bForceReload=false, bool bWriteDestIni=false, bool bAllowGeneratedIniWhenCooked=true, const TCHAR *GeneratedConfigDir= *FPaths::GeneratedConfigDir()) | FConfigCacheIni | static |
| LoadFile(const FString &InFilename, const FConfigFile *Fallback=NULL, const TCHAR *PlatformString=NULL) | FConfigCacheIni | |
| LoadGlobalIniFile(FString &FinalIniFilename, const TCHAR *BaseIniName, const TCHAR *Platform=NULL, bool bForceReload=false, bool bRequireDefaultIni=false, bool bAllowGeneratedIniWhenCooked=true, bool bAllowRemoteConfig=true, const TCHAR *GeneratedConfigDir= *FPaths::GeneratedConfigDir(), FConfigCacheIni *ConfigSystem=GConfig) | FConfigCacheIni | static |
| LoadLocalIniFile(FConfigFile &ConfigFile, const TCHAR *IniName, bool bIsBaseIniName, const TCHAR *Platform=NULL, bool bForceReload=false) | FConfigCacheIni | static |
| MakeBinaryConfig | FConfigCacheIni | friend |
| NormalizeConfigIniPath(const FString &NonNormalizedPath) | FConfigCacheIni | static |
| Parse1ToNSectionOfNames(const TCHAR *Section, const TCHAR *KeyOne, const TCHAR *KeyN, TMap< FName, TArray< FName > > &OutMap, const FString &Filename) | FConfigCacheIni | |
| Parse1ToNSectionOfStrings(const TCHAR *Section, const TCHAR *KeyOne, const TCHAR *KeyN, TMap< FString, TArray< FString > > &OutMap, const FString &Filename) | FConfigCacheIni | |
| PreInitializePlatformPlugins() | FConfigCacheIni | static |
| RegisterPlugin(FName PluginName, const FString &PluginDir, const TArray< FString > &ChildPluginDirs, DynamicLayerPriority Priority, bool bIncludePluginNameInBranchName) | FConfigCacheIni | static |
| Remove(const FString &Filename) | FConfigCacheIni | |
| RemoveFromSection(const TCHAR *Section, FName Key, const FString &Value, const FString &Filename) | FConfigCacheIni | |
| RemoveFromSectionOfStaticLayer(const TCHAR *Section, FName Key, const FString &Value, const FString &BranchName, const FString &LayerSubstring, bool bWriteFile) | FConfigCacheIni | |
| RemoveKey(const TCHAR *Section, const TCHAR *Key, const FString &Filename) | FConfigCacheIni | |
| RemoveKeyFromSection(const TCHAR *Section, FName Key, const FString &Filename) | FConfigCacheIni | |
| RemoveKeyFromSectionOfStaticLayer(const TCHAR *Section, FName Key, const FString &BranchName, const FString &LayerSubstring, bool bWriteFile) | FConfigCacheIni | |
| RemoveMultipleTagsFromAllBranches(const TArray< FName > &Tags, FConfigModificationTracker *ModificationTracker=nullptr) | FConfigCacheIni | static |
| RemoveSectionFromBranch(const TCHAR *Section, const TCHAR *Filename) | FConfigCacheIni | |
| RemoveTagFromAllBranches(FName Tag, FConfigModificationTracker *ModificationTracker=nullptr) | FConfigCacheIni | static |
| ResetKeyInSection(const TCHAR *Section, FName Key, const FString &Filename) | FConfigCacheIni | |
| ResetKeyInSectionOfStaticLayer(const TCHAR *Section, FName Key, const FString &BranchName, const FString &LayerSubstring, bool bWriteFile) | FConfigCacheIni | |
| SafeUnloadBranch(const TCHAR *Filename) | FConfigCacheIni | |
| SaveCurrentStateForBootstrap(const TCHAR *Filename) | FConfigCacheIni | |
| Serialize(FArchive &Ar) | FConfigCacheIni | |
| SetArray(const TCHAR *Section, const TCHAR *Key, const TArray< FString > &Value, const FString &Filename) | FConfigCacheIni | |
| SetArrayInSectionOfStaticLayer(const TCHAR *Section, FName Key, const TArray< FString > &Values, bool bClearArray, const FString &BranchName, const FString &LayerSubstring, bool bWriteFile) | FConfigCacheIni | |
| SetBool(const TCHAR *Section, const TCHAR *Key, bool Value, const FString &Filename) | FConfigCacheIni | |
| SetColor(const TCHAR *Section, const TCHAR *Key, FColor Value, const FString &Filename) | FConfigCacheIni | |
| SetDouble(const TCHAR *Section, const TCHAR *Key, double Value, const FString &Filename) | FConfigCacheIni | |
| SetFile(const FString &InFilename, const FConfigFile *NewConfigFile) | FConfigCacheIni | |
| SetFloat(const TCHAR *Section, const TCHAR *Key, float Value, const FString &Filename) | FConfigCacheIni | |
| SetInSection(const TCHAR *Section, FName Key, const FString &Value, const FString &Filename) | FConfigCacheIni | |
| SetInSectionOfStaticLayer(const TCHAR *Section, FName Key, const FString &Value, const FString &BranchName, const FString &LayerSubstring, bool bWriteFile) | FConfigCacheIni | |
| SetInt(const TCHAR *Section, const TCHAR *Key, int32 Value, const FString &Filename) | FConfigCacheIni | |
| SetRotator(const TCHAR *Section, const TCHAR *Key, FRotator Value, const FString &Filename) | FConfigCacheIni | |
| SetSingleLineArray(const TCHAR *Section, const TCHAR *Key, const TArray< FString > &In_Arr, const FString &Filename) | FConfigCacheIni | |
| SetString(const TCHAR *Section, const TCHAR *Key, const TCHAR *Value, const FString &Filename) | FConfigCacheIni | |
| SetText(const TCHAR *Section, const TCHAR *Key, const FText &Value, const FString &Filename) | FConfigCacheIni | |
| SetVector(const TCHAR *Section, const TCHAR *Key, FVector Value, const FString &Filename) | FConfigCacheIni | |
| SetVector2D(const TCHAR *Section, const TCHAR *Key, FVector2D Value, const FString &Filename) | FConfigCacheIni | |
| SetVector4(const TCHAR *Section, const TCHAR *Key, const FVector4 &Value, const FString &Filename) | FConfigCacheIni | |
| ShowMemoryUsage(FOutputDevice &Ar) | FConfigCacheIni | |
| Tick(float DeltaSeconds) | FConfigCacheIni | |
| UnloadFile(const FString &Filename) | FConfigCacheIni | |
| ~FConfigCacheIni() | FConfigCacheIni | virtual |