IMainFrameModule::GetEditorSettingsDefaultSelectionOverride

Gets the override for the section that gets selected by default when opening editor settings

Unreal Engine C++ API Reference > Editor > MainFrame > Interfaces > IMainFrameModule

References

   
Module MainFrame
Header /Engine/Source/Editor/MainFrame/Public/Interfaces/IMainFrameModule.h
Include #include "Interfaces/IMainFrameModule.h"
void GetEditorSettingsDefaultSelectionOverride
(
    [FName](API\Runtime\Core\UObject\FName) & OutCategoryName,
    [FName](API\Runtime\Core\UObject\FName) & OutSectionName
)

Remarks

Gets the override for the section that gets selected by default when opening editor settings

Returns None if there's no override


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library