Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphNode.h |
Include |
#include "MetasoundEditorGraphNode.h" |
UCLASS(MinimalAPI)
class UMetasoundEditorGraphOutputNode : public UMetasoundEditorGraphMemberNode
Node that represents a graph output
Name | Description | ||
---|---|---|---|
|
Output |
Name | Description | ||
---|---|---|---|
|
EnableInteractWidgets() |
Disables interact widgets (ex. sliders, knobs) when input is connected. |
|
|
UMetasoundEd... |
GetMember() |
Whether or not the member node supports interactivity on the graph node. |
Name | Description | ||
---|---|---|---|
|
FMetasoundFr... |
GetClassName() |
|
|
GetNodeID() |
||
|
GetNodeTitleIcon() |
||
|
SetNodeID ( |
Name | Description | ||
---|---|---|---|
|
CanUserDeleteNode() |
Disallow deleting outputs as they require being connected to some part of the graph by the Frontend Graph Builder (which is enforced even when the Editor Graph Node does not have a visible input by way of a literal input. |
|
|
GetNodeTitleColor() |
Gets the draw color of a node's title bar |
|
|
PinDefaultValueChanged ( |
Called when the DefaultValue of one of the pins of this node is changed in the editor |