Navigation
API > API/Plugins > API/Plugins/MetasoundEditor > API/Plugins/MetasoundEditor/UMetasoundEditorGraphSchema
- UEdGraphSchema::GetGraphContextActions()
- UMetasoundEditorGraphSchema::GetGraphContextActions()
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphSchema.h |
| Include | #include "MetasoundEditorGraphSchema.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorGraphSchema.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. |