Loading...
Searching...
No Matches
Go to the source code of this file.
|
void | UE::ConfigUtilities::OnSetCVarFromIniEntry (const TCHAR *IniFile, const TCHAR *Key, const TCHAR *Value, uint32 SetBy, bool bAllowCheating=false, bool bNoLogging=false) |
|
void | UE::ConfigUtilities::ApplyCVarSettingsFromIni (const TCHAR *InSectionBaseName, const TCHAR *InIniFilename, uint32 SetBy, bool bAllowCheating=false) |
|
void | UE::ConfigUtilities::ForEachCVarInSectionFromIni (const TCHAR *InSectionName, const TCHAR *InIniFilename, TFunction< void(IConsoleVariable *CVar, const FString &KeyString, const FString &ValueString)> InEvaluationFunction) |
|
void | UE::ConfigUtilities::RecordApplyCVarSettingsFromIni () |
|
void | UE::ConfigUtilities::ReapplyRecordedCVarSettingsFromIni () |
|
void | UE::ConfigUtilities::DeleteRecordedCVarSettingsFromIni () |
|
void | UE::ConfigUtilities::RecordConfigReadsFromIni () |
|
void | UE::ConfigUtilities::DumpRecordedConfigReadsFromIni () |
|
void | UE::ConfigUtilities::DeleteRecordedConfigReadsFromIni () |
|
const TCHAR * | UE::ConfigUtilities::ConvertValueFromHumanFriendlyValue (const TCHAR *Value) |
|