Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UMetasoundEditorGraphNode
- UMetasoundEditorGraphExternalNode
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphNode.h |
| Include | #include "MetasoundEditorGraphNode.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UMetasoundEditorGraphExternalNode : public UMetasoundEditorGraphNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsClassNative | Whether or not the referenced class is natively defined (false if defined in another asset). | |
| FMetasoundFrontendClassName | ClassName | ||
| FGuid | NodeID |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| FMetasoundFrontendVersionNumber |
Overridden from UMetasoundEditorGraphNode
| Type | Name | Description | |
|---|---|---|---|
| void | CacheTitle () |
||
| FMetasoundFrontendClassName | GetClassName () |
||
| FGuid | GetNodeID () |
||
| FSlateIcon | |||
| void | |||
| void | Validate
(
Metasound::Editor::FGraphNodeValidationResult& OutResult |
Validates node and returns whether or not the node is valid. |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | Gets the draw color of a node's title bar | ||
| void | GetPinHoverText
(
const UEdGraphPin& Pin, |
Fetch the hover text for a pin when the graph is being edited. | |
| void | Refresh the connectors on a node, preserving as many connections as it can. | ||
| bool | ShouldDrawNodeAsControlPointOnly
(
int32& OutInputPinIndex, |
Returns whether to draw this node as a control point only (knot/reroute node). |