Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
| Name | FBasicNode |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundBasicNode.h |
| Include Path | #include "MetasoundBasicNode.h" |
Syntax
class FBasicNode : public Metasound::INode
Derived Classes
FBasicNode derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBasicNode
(
const FNodeData& InNodeData, |
Construct a basic node. | MetasoundBasicNode.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FBasicNode() |
MetasoundBasicNode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ClassMetadata | TSharedRef< const FNodeClassMetadata > | MetasoundBasicNode.h | ||
| NodeData | FNodeData | MetasoundBasicNode.h |
Functions
Public
Overridden from INodeBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FGuid & GetInstanceID() |
Return the ID of this specific instance of the node class. | MetasoundBasicNode.h | |
virtual const FName & GetInstanceName() |
Return the name of this specific instance of the node class. | MetasoundBasicNode.h | |
virtual const FNodeClassMetadata & GetMetadata() |
Return metadata associated with this node.Return the type name of this node. | MetasoundBasicNode.h | |
virtual TSharedPtr< const IOperatorData > GetOperatorData() |
Return the configuration for this node. | MetasoundBasicNode.h | |
virtual const FVertexInterface & GetVertexInterface() |
Return the interface associated with this node instance. | MetasoundBasicNode.h | |
virtual void SetDefaultInput
(
const FVertexName& InVertexName, |
Set the default literal for an input vertex. | MetasoundBasicNode.h |