FConfigCacheIni::GetSectionNames

Retrieve the names for all sections contained in the file specified by Filename

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 GetSectionNames
(
    const FString & Filename,
    TArray< FString > & out_SectionNames
)

Remarks

Retrieve the names for all sections contained in the file specified by Filename

Returns

true if the file specified was successfully found;

Parameters

Parameter

Description

Filename

the file to retrieve section names from

out_SectionNames

will receive the list of section names

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