Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
ConfigUtilities.h File Reference
+ Include dependency graph for ConfigUtilities.h:

Go to the source code of this file.

Namespaces

namespace  UE
 
namespace  UE::ConfigUtilities
 

Functions

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 TCHARUE::ConfigUtilities::ConvertValueFromHumanFriendlyValue (const TCHAR *Value)