IMainFrameModule::SetEditorSettingsDefaultSelectionOverride

Overrides 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 SetEditorSettingsDefaultSelectionOverride
(
    [FName](API\Runtime\Core\UObject\FName) CategoryName,
    [FName](API\Runtime\Core\UObject\FName) SectionName
)

Remarks

Overrides the section that gets selected by default when opening editor settings

Call with default parameters to clear the override


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library