Navigation
API > API/Editor > API/Editor/MainFrame > API/Editor/MainFrame/IMainFrameModule
Description
Overrides the section that gets selected by default when opening editor settings
Call with default parameters to clear the override
| Name | SetEditorSettingsDefaultSelectionOverride |
| Type | function |
| Header File | /Engine/Source/Editor/MainFrame/Public/Interfaces/IMainFrameModule.h |
| Include Path | #include "Interfaces/IMainFrameModule.h" |
void SetEditorSettingsDefaultSelectionOverride
(
FName CategoryName,
FName SectionName
)