Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
Action to paste clipboard contents into the graph
| Name | FMetasoundGraphSchemaAction_Paste |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphSchema.h |
| Include Path | #include "MetasoundEditorGraphSchema.h" |
Syntax
USTRUCT ()
struct FMetasoundGraphSchemaAction_Paste : public FMetasoundGraphSchemaAction
Inheritance Hierarchy
- FEdGraphSchemaAction → FMetasoundGraphSchemaAction → FMetasoundGraphSchemaAction_Paste
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MetasoundEditorGraphSchema.h | |||
FMetasoundGraphSchemaAction_Paste
(
const FText& InNodeCategory, |
MetasoundEditorGraphSchema.h |
Functions
Public
Overridden from FEdGraphSchemaAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |
MetasoundEditorGraphSchema.h |