ISettingsEditorModel::SelectSection

Selects the specified settings section to be displayed in the editor.

Windows
MacOS
Linux

References

Module

SettingsEditor

Header

/Engine/Source/Developer/SettingsEditor/Public/ISettingsEditorModel.h

Include

#include "ISettingsEditorModel.h"

Syntax

void SelectSection
(
    const TSharedPtr< ISettingsSection > & Section
)

Remarks

Selects the specified settings section to be displayed in the editor.

Parameters

Parameter

Description

Section

The section to select.

See Also

SelectPreviousSection

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