ISettingsCategory::GetSection

Gets the settings section with the specified name.

Windows
MacOS
Linux

References

Module

Settings

Header

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

Include

#include "ISettingsCategory.h"

Syntax

TSharedPtr< ISettingsSection > GetSection
(
    const FName & SectionName
) const

Remarks

Gets the settings section with the specified name.

Returns

The settings section, or nullptr if it doesn't exist.

Parameters

Parameter

Description

SectionName

The name of the section to get.

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