Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
Represents any of the several variable node types (Accessor, DeferredAccessor, Mutator).
| Name | UMetasoundEditorGraphVariableNode |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphNode.h |
| Include Path | #include "MetasoundEditorGraphNode.h" |
Syntax
UCLASS (MinimalAPI)
class UMetasoundEditorGraphVariableNode : public UMetasoundEditorGraphMemberNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UMetasoundEditorGraphNode → UMetasoundEditorGraphMemberNode → UMetasoundEditorGraphVariableNode
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Variable | TObjectPtr< UMetasoundEditorGraphVariable > | Associated graph variable. | MetasoundEditorGraphNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EMetasoundFrontendClassType GetClassType() |
MetasoundEditorGraphNode.h |
Overridden from UMetasoundEditorGraphMemberNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool EnableInteractWidgets() |
Whether or not the member node supports interact widgets on the visual node (ex. float manipulation widgets) | MetasoundEditorGraphNode.h | |
virtual UMetasoundEditorGraphMember * GetMember() |
Whether or not the member node supports interactivity on the graph node. | MetasoundEditorGraphNode.h |
Overridden from UMetasoundEditorGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CacheBreadcrumb () |
Caches any "breadcrumb" data associated with a particular MetaSound Editor node. | MetasoundEditorGraphNode.h | |
virtual void CacheTitle() |
Variables do not have titles to distinguish more visually from vertex types. | MetasoundEditorGraphNode.h | |
virtual const FMetasoundEditorGraphNodeBreadcrumb & GetBreadcrumb() |
MetasoundEditorGraphNode.h | ||
virtual FName GetCornerIcon() |
MetasoundEditorGraphNode.h | ||
virtual FGuid GetNodeID() |
MetasoundEditorGraphNode.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetPinHoverText
(
const UEdGraphPin& Pin, |
MetasoundEditorGraphNode.h | ||
virtual void PinDefaultValueChanged
(
UEdGraphPin* Pin |
MetasoundEditorGraphNode.h |
Protected
Overridden from UMetasoundEditorGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FSlateIcon GetNodeTitleIcon() |
MetasoundEditorGraphNode.h | ||
virtual void SetNodeID
(
FGuid InNodeID |
MetasoundEditorGraphNode.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FLinearColor GetNodeTitleColor() |
MetasoundEditorGraphNode.h |