UMetasoundEditorGraphSchema::GetGraphContextActions

Get all actions that can be performed when right clicking on a graph or drag-releasing on a graph from a pin

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

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

Syntax

virtual void GetGraphContextActions
(
    FGraphContextMenuBuilder & ContextMenuBuilder
) 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

Parameter

Description

ContextMenuBuilder

The context (graph, dragged pin, etc...) and output menu builder.