UToolMenus::RemoveEntry

Removes a menu entry from a given menu and section

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 RemoveEntry
(
    const FName MenuName,
    const FName Section,
    const FName Name
)

Remarks

Removes a menu entry from a given menu and section

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