Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.cpp |
virtual void GetContextMenuActions
(
class UToolMenu * Menu,
class 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. |