Navigation
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