FConfigCacheIni::GetPerObjectConfigSections

Retrieve the names of sections which contain data for the specified PerObjectConfig class.

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 GetPerObjectConfigSections
(
    const FString & Filename,
    const FString & SearchClass,
    TArray< FString > & out_SectionNames,
    int32 MaxResults
)

Remarks

Retrieve the names of sections which contain data for the specified PerObjectConfig class.

Returns

true if the file specified was found and it contained at least 1 section for the specified class

Parameters

Parameter

Description

Filename

the file to retrieve section names from

SearchClass

the name of the PerObjectConfig class to retrieve sections for.

out_SectionNames

will receive the list of section names that correspond to PerObjectConfig sections of the specified class

MaxResults

the maximum number of section names to retrieve

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