UToolMenus::SetSectionPosition

Sets where to insert a section into a menu when generating relative to other section names.

Windows
MacOS
Linux

References

Module

ToolMenus

Header

/Engine/Source/Developer/ToolMenus/Public/ToolMenus.h

Include

#include "ToolMenus.h"

Source

/Engine/Source/Developer/ToolMenus/Private/ToolMenus.cpp

Syntax

void SetSectionPosition
(
    const FName MenuName,
    const FName SectionName,
    const FName OtherSectionName,
    const EToolMenuInsertType PositionType
)

Remarks

Sets where to insert a section into a menu when generating relative to other section names.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss