Ark Server API (ASA) - Wiki
|
This is the complete list of members for FConfigCacheIni, including all inherited members.
Add(const FString *Filename, const FConfigFile *File) | FConfigCacheIni | inline |
Add(const FString &Filename, const FConfigFile &File) | FConfigCacheIni | inline |
AreFileOperationsDisabled() | FConfigCacheIni | inline |
AreFileOperationsDisabled() | FConfigCacheIni | virtual |
bAreFileOperationsDisabled | FConfigCacheIni | private |
bIsReadyForUse | FConfigCacheIni | private |
bIsReadyForUseField() | FConfigCacheIni | inline |
ClearOtherPlatformConfigs() | FConfigCacheIni | static |
ContainsConfigFile(const FConfigFile *ConfigFile) const | FConfigCacheIni | |
CreateGConfigFromSaved(const wchar_t *Filename) | FConfigCacheIni | inlinestatic |
CreateGConfigFromSaved(const TCHAR *Filename) | FConfigCacheIni | static |
Detach(const FString &Filename) | FConfigCacheIni | |
DisableFileOperations() | FConfigCacheIni | virtual |
DoesSectionExist(const wchar_t *Section, const FString *Filename) | FConfigCacheIni | inline |
DoesSectionExist(const TCHAR *Section, const FString &Filename) | FConfigCacheIni | |
Dump(FOutputDevice *Ar, const wchar_t *BaseIniName) | FConfigCacheIni | inline |
Dump(FOutputDevice &Ar, const TCHAR *IniName=NULL) | FConfigCacheIni | |
EmptySection(const wchar_t *Section, const FString *Filename) | FConfigCacheIni | inline |
EmptySection(const TCHAR *Section, const FString &Filename) | FConfigCacheIni | |
EmptySectionsMatchingString(const TCHAR *SectionString, const FString &Filename) | FConfigCacheIni | |
EnableFileOperations() | FConfigCacheIni | virtual |
Exit() | FConfigCacheIni | |
FConfigCacheIni(EConfigCacheType Type) | FConfigCacheIni | |
FConfigCacheIni() | FConfigCacheIni | |
FConfigContext | FConfigCacheIni | private |
Find(const FString *Filename) | FConfigCacheIni | inline |
Find(const FString &InFilename) | FConfigCacheIni | |
Find(const FString &Filename, bool CreateIfNotFound) | FConfigCacheIni | |
FindConfigFile(const FString *Filename) | FConfigCacheIni | inline |
FindConfigFile(const FString &Filename) | FConfigCacheIni | |
FindConfigFileWithBaseName(FName BaseName) | FConfigCacheIni | inline |
FindConfigFileWithBaseName(FName BaseName) | FConfigCacheIni | |
FindOrLoadPlatformConfig(FConfigFile *LocalFile, const wchar_t *IniName, const wchar_t *Platform) | FConfigCacheIni | inlinestatic |
FindOrLoadPlatformConfig(FConfigFile &LocalFile, const TCHAR *IniName, const TCHAR *Platform=NULL) | FConfigCacheIni | static |
FindPlatformConfig(const wchar_t *IniName, const wchar_t *Platform) | FConfigCacheIni | inlinestatic |
FindPlatformConfig(const TCHAR *IniName, const TCHAR *Platform) | FConfigCacheIni | static |
FKnownConfigFiles() | FConfigCacheIni | inline |
Flush(bool bRemoveFromCache, const FString *Filename) | FConfigCacheIni | inline |
Flush(bool bRemoveFromCache, const FString &Filename=TEXT("")) | FConfigCacheIni | |
ForEachEntry(const TDelegate< void __cdecl(wchar_t const *, wchar_t const *), FDefaultDelegateUserPolicy > *Visitor, const wchar_t *Section, const FString *Filename) | FConfigCacheIni | inline |
ForEachEntry(const FKeyValueSink &Visitor, const TCHAR *Section, const FString &Filename) | FConfigCacheIni | virtual |
ForPlatform(FName PlatformName) | FConfigCacheIni | static |
GetArray(const wchar_t *Section, const wchar_t *Key, TArray< FString, TSizedDefaultAllocator< 32 > > *out_Arr, const FString *Filename) | FConfigCacheIni | inline |
GetArray(const TCHAR *Section, const TCHAR *Key, TArray< FString > &out_Arr, const FString &Filename) | FConfigCacheIni | |
GetBool(const wchar_t *Section, const wchar_t *Key, bool *Value, const FString *Filename) | FConfigCacheIni | inline |
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(FString *result, const wchar_t *BaseIniName) | FConfigCacheIni | inline |
GetConfigFilename(const TCHAR *BaseIniName) | FConfigCacheIni | |
GetConfigFilenames(TArray< FString > &ConfigFilenames) | FConfigCacheIni | |
GetCustomConfigString() | FConfigCacheIni | inlinestatic |
GetCustomConfigString() | FConfigCacheIni | static |
GetDestIniFilename(FString *result, const wchar_t *BaseIniName, const wchar_t *PlatformName, const wchar_t *GeneratedConfigDir) | FConfigCacheIni | inlinestatic |
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(TArray< FString, TSizedDefaultAllocator< 32 > > *result) | FConfigCacheIni | inline |
GetFilenames() | FConfigCacheIni | |
GetFloat(const wchar_t *Section, const wchar_t *Key, float *Value, const FString *Filename) | FConfigCacheIni | inline |
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 wchar_t *Section, const wchar_t *Key, int *Value, const FString *Filename) | FConfigCacheIni | inline |
GetInt(const TCHAR *Section, const TCHAR *Key, int32 &Value, const FString &Filename) | FConfigCacheIni | |
GetIntOrDefault(const wchar_t *Section, const wchar_t *Key, const int DefaultValue, const FString *Filename) | FConfigCacheIni | inline |
GetIntOrDefault(const TCHAR *Section, const TCHAR *Key, const int32 DefaultValue, const FString &Filename) | FConfigCacheIni | inline |
GetMaxMemoryUsage() | FConfigCacheIni | inline |
GetMaxMemoryUsage() | FConfigCacheIni | virtual |
GetPerObjectConfigSections(const FString *Filename, const FString *SearchClass, TArray< FString, TSizedDefaultAllocator< 32 > > *out_SectionNames) | FConfigCacheIni | inline |
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 wchar_t *Section, TArray< FString, TSizedDefaultAllocator< 32 > > *Result, const FString *Filename) | FConfigCacheIni | inline |
GetSection(const TCHAR *Section, TArray< FString > &Result, const FString &Filename) | FConfigCacheIni | |
GetSectionNames(const FString *Filename, TArray< FString, TSizedDefaultAllocator< 32 > > *out_SectionNames) | FConfigCacheIni | inline |
GetSectionNames(const FString &Filename, TArray< FString > &out_SectionNames) | FConfigCacheIni | |
GetSectionPrivate(const wchar_t *Section, const bool Force, const bool Const, const FString *Filename) | FConfigCacheIni | inline |
GetSectionPrivate(const TCHAR *Section, const bool Force, const bool Const, const FString &Filename) | FConfigCacheIni | |
GetSingleLineArray(const wchar_t *Section, const wchar_t *Key, TArray< FString, TSizedDefaultAllocator< 32 > > *out_Arr) | FConfigCacheIni | inline |
GetSingleLineArray(const TCHAR *Section, const TCHAR *Key, TArray< FString > &out_Arr, const FString &Filename) | FConfigCacheIni | |
GetStr(FString *result, const wchar_t *Section, const wchar_t *Key, const FString *Filename) | FConfigCacheIni | inline |
GetStr(const TCHAR *Section, const TCHAR *Key, const FString &Filename) | FConfigCacheIni | |
GetString(const wchar_t *Section, const wchar_t *Key, FString *Value, const FString *Filename) | FConfigCacheIni | inline |
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 wchar_t *Section, const wchar_t *Key, UE::Math::TVector2< double > *Value, const FString *Filename) | FConfigCacheIni | inline |
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(__int64 a1, __int64 a2, __int64 a3) | FConfigCacheIni | inlinestatic |
InitializeConfigSystem() | FConfigCacheIni | static |
InitializeKnownConfigFiles(const TCHAR *PlatformName, bool bDefaultEngineIniRequired, const TCHAR *OverrideProjectDir=nullptr) | FConfigCacheIni | |
InitializeKnownConfigFiles(FConfigContext &Context) | FConfigCacheIni | static |
IsKnownConfigName(FName ConfigName) | FConfigCacheIni | |
IsReadyForUse() | FConfigCacheIni | inline |
KnownFiles | FConfigCacheIni | private |
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 *Filename, const FConfigFile *Fallback, const wchar_t *PlatformString) | FConfigCacheIni | inline |
LoadFile(const FString &InFilename, const FConfigFile *Fallback=NULL, const TCHAR *PlatformString=NULL) | FConfigCacheIni | |
LoadGlobalIniFile(FString *OutFinalIniFilename, const wchar_t *BaseIniName, const wchar_t *Platform, bool bForceReload, bool bRequireDefaultIni, bool bAllowGeneratedIniWhenCooked, bool bAllowRemoteConfig, const wchar_t *GeneratedConfigDir, FConfigCacheIni *ConfigSystem) | FConfigCacheIni | inlinestatic |
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 wchar_t *IniName, bool bIsBaseIniName, const wchar_t *Platform, bool bForceReload) | FConfigCacheIni | inlinestatic |
LoadLocalIniFile(FConfigFile &ConfigFile, const TCHAR *IniName, bool bIsBaseIniName, const TCHAR *Platform=NULL, bool bForceReload=false) | FConfigCacheIni | static |
NormalizeConfigIniPath(const FString &NonNormalizedPath) | FConfigCacheIni | static |
OtherFiles | FConfigCacheIni | private |
OtherFilesField() | FConfigCacheIni | inline |
Parse1ToNSectionOfNames(const wchar_t *Section, const wchar_t *KeyOne, const wchar_t *KeyN, TMap< FName, TArray< FName, TSizedDefaultAllocator< 32 > >, FDefaultSetAllocator, TDefaultMapHashableKeyFuncs< FName, TArray< FName, TSizedDefaultAllocator< 32 > >, 0 > > *OutMap, const FString *Filename) | FConfigCacheIni | inline |
Parse1ToNSectionOfNames(const TCHAR *Section, const TCHAR *KeyOne, const TCHAR *KeyN, TMap< FName, TArray< FName > > &OutMap, const FString &Filename) | FConfigCacheIni | virtual |
Parse1ToNSectionOfStrings(const wchar_t *Section, const wchar_t *KeyOne, const wchar_t *KeyN, TMap< FString, TArray< FString, TSizedDefaultAllocator< 32 > >, FDefaultSetAllocator, TDefaultMapHashableKeyFuncs< FString, TArray< FString, TSizedDefaultAllocator< 32 > >, 0 > > *OutMap, const FString *Filename) | FConfigCacheIni | inline |
Parse1ToNSectionOfStrings(const TCHAR *Section, const TCHAR *KeyOne, const TCHAR *KeyN, TMap< FString, TArray< FString > > &OutMap, const FString &Filename) | FConfigCacheIni | virtual |
Remove(const FString *Filename) | FConfigCacheIni | inline |
Remove(const FString &Filename) | FConfigCacheIni | inline |
RemoveKey(const wchar_t *Section, const wchar_t *Key, const FString *Filename) | FConfigCacheIni | inline |
RemoveKey(const TCHAR *Section, const TCHAR *Key, const FString &Filename) | FConfigCacheIni | |
SaveCurrentStateForBootstrap(const TCHAR *Filename) | FConfigCacheIni | |
Serialize(FArchive *Ar) | FConfigCacheIni | inline |
Serialize(FArchive &Ar) | FConfigCacheIni | |
SerializeStateForBootstrap_Impl(FArchive *Ar) | FConfigCacheIni | inline |
SerializeStateForBootstrap_Impl(FArchive &Ar) | FConfigCacheIni | private |
SetArray(const TCHAR *Section, const TCHAR *Key, const TArray< FString > &Value, const FString &Filename) | FConfigCacheIni | |
SetBool(const wchar_t *Section, const wchar_t *Key, bool Value, const FString *Filename) | FConfigCacheIni | inline |
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 wchar_t *Section, const wchar_t *Key, float Value, const FString *Filename) | FConfigCacheIni | inline |
SetFloat(const TCHAR *Section, const TCHAR *Key, float Value, const FString &Filename) | FConfigCacheIni | |
SetInt(const wchar_t *Section, const wchar_t *Key, int Value, const FString *Filename) | FConfigCacheIni | inline |
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 wchar_t *Section, const wchar_t *Key, const wchar_t *Value, const FString *Filename) | FConfigCacheIni | inline |
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 wchar_t *Section, const wchar_t *Key, UE::Math::TVector< double > *Value, const FString *Filename) | FConfigCacheIni | inline |
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 | inline |
ShowMemoryUsage(FOutputDevice &Ar) | FConfigCacheIni | virtual |
Type | FConfigCacheIni | private |
UnloadFile(const FString *Filename) | FConfigCacheIni | inline |
UnloadFile(const FString &Filename) | FConfigCacheIni | |
~FConfigCacheIni() | FConfigCacheIni | virtual |