Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
| Name | UMetasoundEditorGraphExternalNode |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphNode.h |
| Include Path | #include "MetasoundEditorGraphNode.h" |
Syntax
UCLASS (MinimalAPI)
class UMetasoundEditorGraphExternalNode : public UMetasoundEditorGraphNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UMetasoundEditorGraphNode → UMetasoundEditorGraphExternalNode
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanAutoUpdate() |
MetasoundEditorGraphNode.h | ||
FMetasoundFrontendVersionNumber FindHighestVersionInRegistry() |
MetasoundEditorGraphNode.h | ||
void HideUnconnectedPins
(
const bool InHidePins |
Set Unconnected Pins hidden/Unhidden | 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() |
MetasoundEditorGraphNode.h | ||
virtual const FMetasoundEditorGraphNodeBreadcrumb & GetBreadcrumb() |
MetasoundEditorGraphNode.h | ||
virtual FMetasoundFrontendClassName GetClassName() |
MetasoundEditorGraphNode.h | ||
virtual FGuid GetNodeID() |
MetasoundEditorGraphNode.h | ||
virtual FSlateIcon GetNodeTitleIcon() |
MetasoundEditorGraphNode.h | ||
virtual void Validate
(
Metasound::Editor::FGraphNodeValidationResult& OutResult |
Validates node and returns whether or not the node is valid. | MetasoundEditorGraphNode.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FLinearColor GetNodeTitleColor() |
MetasoundEditorGraphNode.h | ||
virtual void GetPinHoverText
(
const UEdGraphPin& Pin, |
MetasoundEditorGraphNode.h | ||
virtual void ReconstructNode() |
MetasoundEditorGraphNode.h | ||
virtual bool ShouldDrawNodeAsControlPointOnly
(
int32& OutInputPinIndex, |
MetasoundEditorGraphNode.h |