Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/MaterialGraph > API/Editor/UnrealEd/MaterialGraph/UMaterialGraphSchema
- UEdGraphSchema::GetGraphContextActions()
- UMaterialGraphSchema::GetGraphContextActions()
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 GetGraphContextActions
&40;
FGraphContextMenuBuilder & ContextMenuBuilder
&41; const
Remarks
Get all actions that can be performed when right clicking on a graph or drag-releasing on a graph from a pin
Parameters
Name | Description |
---|---|
ContextMenuBuilder | The context (graph, dragged pin, etc...) and output menu builder. |