Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
- INodeBase
- INode
- FNode
- FInputNode
- TInputNode
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundInputNode.h |
| Include | #include "MetasoundInputNode.h" |
Syntax
template<typename DataType, EVertexAccessType VertexAccess>
class TInputNode : public Metasound::FInputNode
Remarks
TInputNode represents an input to a metasound graph.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TInputNode
(
FInputNodeConstructorParams&& InParams |
Construct a TInputNode using the TInputOperatorLiteralFactory<> and moving InParam to the TInputOperatorLiteralFactory constructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FNodeClassMetadata | GetNodeInfo
(
const FVertexName& InVertexName |
Constants
| Name | Description |
|---|---|
| bCanRegister | If true, this node can be instantiated by the Frontend. |
| bIsConstructorInput | |
| bIsReferenceInput | |
| bIsSupportedConstructorInput | |
| bIsSupportedInput | |
| bIsSupportedReferenceInput |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| FVertexInterface | DeclareVertexInterface
(
const FVertexName& InVertexName |
Access the default vertex interface from the input node metadata. |