FConfigCacheIni::GetSectionPrivate

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

FConfigSection * GetSectionPrivate
(
    const TCHAR * Section,
    const bool Force,
    const bool Const,
    const FString & Filename
)

Parameters

Parameter

Description

Force

Whether to create the Section on Filename if it did not exist previously.

Const

If Const (and not Force), then it will not modify File->Dirty. If not Const (or Force is true), then File->Dirty will be set to true.

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