ISettingsEditorModel::SelectSection

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

Unreal Engine C++ API Reference > Developer > SettingsEditor > ISettingsEditorModel

References

   
Module SettingsEditor
Header /Engine/Source/Developer/SettingsEditor/Public/ISettingsEditorModel.h
Include #include "ISettingsEditorModel.h"
void SelectSection
(
    const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [ISettingsSection](API\Developer\Settings\ISettingsSection) > & Section
)

Remarks

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

Parameters

Name Description
Section The section to select.

See Also

SelectPreviousSection


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library