UEdGraphSchema_BehaviorTree::GetContextMenuActions

Gets actions that should be added to the right-click context menu for a node or pin

Unreal Engine C++ API Reference > Editor > BehaviorTreeEditor > UEdGraphSchema_BehaviorTree

References

   
Module BehaviorTreeEditor
Header /Engine/Source/Editor/BehaviorTreeEditor/Classes/EdGraphSchema_BehaviorTree.h
Include #include "EdGraphSchema_BehaviorTree.h"
Source /Engine/Source/Editor/BehaviorTreeEditor/Private/EdGraphSchema_BehaviorTree.cpp
virtual void GetContextMenuActions
(
    class [UToolMenu](API\Developer\ToolMenus\UToolMenu) * Menu,
    class [UGraphNodeContextMenuContext](API\Runtime\Engine\EdGraph\UGraphNodeContextMenuContext) * Context
) const

Remarks

Gets actions that should be added to the right-click context menu for a node or pin

Parameters

Name Description
Menu The menu to append actions to.
Context The menu's context.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library