Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UMetasoundEditorGraphNode
- UMetasoundEditorGraphMemberNode
- UMetasoundEditorGraphInputNode
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphInputNode.h |
| Include | #include "MetasoundEditorGraphInputNode.h" |
Syntax
UCLASS&40;&41;
class UMetasoundEditorGraphInputNode : public UMetasoundEditorGraphMemberNode
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UMetasoundEditorGraphInput > | Input |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | UpdatePreviewInstance
(
const Metasound::FVertexName& InParameterName, |
Overridden from UMetasoundEditorGraphMemberNode
| Type | Name | Description | |
|---|---|---|---|
| UMetasoundEditorGraphMember * | GetMember () |
Whether or not the member node supports interactivity on the graph node. |
Overridden from UMetasoundEditorGraphNode
| Type | Name | Description | |
|---|---|---|---|
| FMetasoundFrontendClassName | GetClassName () |
||
| FGuid | GetNodeID () |
||
| FSlateIcon | |||
| void | |||
| void | Validate
(
Metasound::Editor::FGraphNodeValidationResult& OutResult |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | Gets the draw color of a node's title bar |