FConfigFile::UpdateSinglePropertyInSection

Update a single property in the config file, for the section that is specified.

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

bool UpdateSinglePropertyInSection
(
    const TCHAR * DiskFilename,
    const TCHAR * PropertyName,
    const TCHAR * SectionName
)

Remarks

Update a single property in the config file, for the section that is specified.

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