Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UEdGraphSchema_K2
- UEdGraphSchema::GetContextMenuActions()
- UEdGraphSchema_K2::GetContextMenuActions()
- UAnimationGraphSchema::GetContextMenuActions()
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h |
| Include | #include "EdGraphSchema_K2.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp |
virtual void GetContextMenuActions
&40;
class UToolMenu &42; Menu,
class UGraphNodeContextMenuContext &42; Context
&41; 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. |