UToolMenus::SplitMenuPath

Break apart a menu path into components

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

static bool SplitMenuPath
(
    const FName MenuPath,
    FName & OutLeft,
    FName & OutRight
)

Remarks

Break apart a menu path into components

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