Navigation
API > API/Editor > API/Editor/MainFrame > API/Editor/MainFrame/IMainFrameModule
Description
Gets the override for the section that gets selected by default when opening editor settings
Returns None if there's no override
| Name | GetEditorSettingsDefaultSelectionOverride |
| Type | function |
| Header File | /Engine/Source/Editor/MainFrame/Public/Interfaces/IMainFrameModule.h |
| Include Path | #include "Interfaces/IMainFrameModule.h" |
void GetEditorSettingsDefaultSelectionOverride
(
FName & OutCategoryName,
FName & OutSectionName
)