ApplyCVarSettingsFromIni

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]

Windows
MacOS
Linux

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

Syntax

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

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss