Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphSchema.h |
Include |
#include "MetasoundEditorGraphSchema.h" |
USTRUCT()
struct FMetasoundGraphSchemaAction_NewVariableNode : public FMetasoundGraphSchemaAction
Adds a variable node to the graph
Name | Description | ||
---|---|---|---|
|
VariableID |
Name | Description | ||
---|---|---|---|
|
Metasound::F... |
CreateFrontendVariableNode ( |
Derived classes should override this method to create the desired frontend node. |
Name | Description | ||
---|---|---|---|
|
const FSlate... |
GetIconBrush() |
|
|
const FLinea... |
GetIconColor() |
Name | Description | ||
---|---|---|---|
|
UEdGraphNode... |
PerformAction ( |
Execute this action, given the graph and schema, and possibly a pin that we were dragged from. |