Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/MaterialGraph > API/Editor/UnrealEd/MaterialGraph/UMaterialGraphSchema
- UEdGraphSchema::GetContextMenuActions()
- UMaterialGraphSchema::GetContextMenuActions()
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphSchema.h |
| Include | #include "MaterialGraph/MaterialGraphSchema.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/MaterialGraphSchema.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. |