Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include | #include "Misc/ConfigCacheIni.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/ConfigCacheIni.cpp |
void ApplyCVarSettingsFromIni
(
const TCHAR * InSectionBaseName,
const TCHAR * InIniFilename,
uint32 SetBy,
bool bAllowCheating
)
Remarks
Helper function to read the contents of an ini file and a specified group of cvar parameters, where sections in the ini file are marked [InName]
Parameters
| Name | Description |
|---|---|
| InSectionBaseName | The base name of the section to apply cvars from |
| InIniFilename | The ini filename |
| SetBy | anything in ECVF_LastSetMask e.g. ECVF_SetByScalability |