Navigation
API > API/Developer > API/Developer/SettingsEditor > API/Developer/SettingsEditor/ISettingsEditorModel
Description
Selects the specified settings section to be displayed in the editor.
| Name | SelectSection |
| Type | function |
| Header File | /Engine/Source/Developer/SettingsEditor/Public/ISettingsEditorModel.h |
| Include Path | #include "ISettingsEditorModel.h" |
void SelectSection
(
const TSharedPtr < ISettingsSection > & Section
)
Parameters
| Name | Remarks |
|---|---|
| Section | The section to select. |
See Also
- SelectPreviousSection