Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
Inheritance Hierarchy
- UEdGraphNode
- UMetasoundEditorGraphNode
- UMetasoundEditorGraphExternalNode
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphNode.h |
| Include | #include "MetasoundEditorGraphNode.h" |
Syntax
UCLASS (MinimalAPI)
class UMetasoundEditorGraphExternalNode : public UMetasoundEditorGraphNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsClassNative | ||
| FMetasoundEditorGraphNodeBreadcrumb | Breadcrumb | ||
| FMetasoundFrontendClassName | ClassName | ||
| FGuid | NodeID |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| FMetasoundFrontendVersionNumber | |||
| FLinearColor | |||
| void | HideUnconnectedPins
(
const bool InHidePins |
Set Unconnected Pins hidden/Unhidden | |
| bool | ShouldDrawNodeAsControlPointOnly
(
int32& OutInputPinIndex, |
Overridden from UMetasoundEditorGraphNode
| Type | Name | Description | |
|---|---|---|---|
| void | Caches any "breadcrumb" data associated with a particular MetaSound Editor node. | ||
| void | CacheTitle () |
||
| const FMetasoundEditorGraphNodeBreadcrumb & | |||
| FMetasoundFrontendClassName | GetClassName () |
||
| FGuid | GetNodeID () |
||
| FSlateIcon | |||
| void | GetPinHoverText
(
const UEdGraphPin& Pin, |
||
| void | |||
| void | Validate
(
Metasound::Editor::FGraphNodeValidationResult& OutResult |
Validates node and returns whether or not the node is valid. |