ISettingsCategory::GetSections

Gets the setting sections contained in this category.

Windows
MacOS
Linux

References

Module

Settings

Header

/Engine/Source/Developer/Settings/Public/ISettingsCategory.h

Include

#include "ISettingsCategory.h"

Syntax

int32 GetSections
(
    TArray< TSharedPtr< ISettingsSection >> & OutSections
) const

Remarks

Gets the setting sections contained in this category.

Returns

The number of sections returned.

Parameters

Parameter

Description

OutSections

Will hold the collection of sections.

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