Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
Inheritance Hierarchy
- UEdGraphNode
- UMetasoundEditorGraphNode
- UMetasoundEditorGraphMemberNode
- UMetasoundEditorGraphVariableNode
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphNode.h |
| Include | #include "MetasoundEditorGraphNode.h" |
Syntax
UCLASS (MinimalAPI)
class UMetasoundEditorGraphVariableNode : public UMetasoundEditorGraphMemberNode
Remarks
Represents any of the several variable node types (Accessor, DeferredAccessor, Mutator).
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMetasoundEditorGraphMemberNodeBreadcrumb | Breadcrumb | Breadcrumb used if associated FrontendNode cannot be found or has been unlinked. | |
| FMetasoundFrontendClassName | ClassName | Class name of the frontend node. | |
| EMetasoundFrontendClassType | ClassType | Class type of the frontend node (Accessor, DeferredAccessor or Mutator) | |
| FGuid | NodeID | ID of the frontend node. | |
| TObjectPtr< UMetasoundEditorGraphVariable > | Variable | Associated graph variable. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EMetasoundFrontendClassType | GetClassType () |
||
| FLinearColor |
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 () |
Variables do not have titles to distinguish more visually from vertex types. | |
| const FMetasoundEditorGraphNodeBreadcrumb & | |||
| FMetasoundFrontendClassName | GetClassName () |
||
| FName | |||
| FGuid | GetNodeID () |
||
| FSlateIcon | |||
| void | PinDefaultValueChanged
(
UEdGraphPin* Pin |
||
| void |