FConfigFile::FindOrAddSection

Looks for a section by name, and creates an empty one if it can't be found

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 * FindOrAddSection
(
    const FString & Name
)

Remarks

Looks for a section by name, and creates an empty one if it can't be found

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