Choose your operating system:
Windows
macOS
Linux
| UEdGraphSchema::GetGraphContextActions()
|
Module |
|
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
(
FGraphContextMenuBuilder & ContextMenuBuilder
) const
Get all actions that can be performed when right clicking on a graph or drag-releasing on a graph from a pin
Parameter |
Description |
---|---|
ContextMenuBuilder |
The context (graph, dragged pin, etc...) and output menu builder. |