Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
Inheritance Hierarchy
- UEdGraphNode
- UMetasoundEditorGraphNode
- UMetasoundEditorGraphMemberNode
- UMetasoundEditorGraphInputNode
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphInputNode.h |
| Include | #include "MetasoundEditorGraphInputNode.h" |
Syntax
UCLASS ()
class UMetasoundEditorGraphInputNode : public UMetasoundEditorGraphMemberNode
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMetasoundEditorGraphVertexNodeBreadcrumb | Breadcrumb | Breadcrumb used if associated FrontendNode cannot be found or has been unlinked. | |
| TObjectPtr< UMetasoundEditorGraphInput > | Input | ||
| FGuid | NodeID |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | |||
| void | UpdatePreviewInstance
(
const Metasound::FVertexName& InParameterName, |
Overridden from UMetasoundEditorGraphMemberNode
| Type | Name | Description | |
|---|---|---|---|
| bool | Whether or not the member node supports interact widgets on the visual node (ex. float manipulation widgets) | ||
| UMetasoundEditorGraphMember * | GetMember () |
Whether or not the member node supports interactivity on the graph node. |
Overridden from UMetasoundEditorGraphNode
| Type | Name | Description | |
|---|---|---|---|
| void | Caches any "breadcrumb" data associated with a particular MetaSound Editor node. | ||
| void | CacheTitle () |
||
| const FMetasoundEditorGraphVertexNodeBreadcrumb & | |||
| FMetasoundFrontendClassName | GetClassName () |
||
| FGuid | GetNodeID () |
||
| FSlateIcon | |||
| void | GetPinHoverText
(
const UEdGraphPin& Pin, |
||
| FText | |||
| void | |||
| void | Validate
(
Metasound::Editor::FGraphNodeValidationResult& OutResult |