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
class FInputNode : public Metasound::FNode
Remarks
FInputNode represents an input to a metasound graph.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInputNode
(
FInputNodeConstructorParams&& InParams, |
Construct a TInputNode using the TInputOperatorLiteralFactory<> and moving InParam to the TInputOperatorLiteralFactory constructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVertexInterface | CreateDefaultVertexInterface
(
const FVertexName& InVertexName, |
||
| FNodeClassMetadata | GetNodeMetadata
(
const FVertexName& InVertexName, |
||
| const FVertexName & |
Overridden from INode
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IOperatorFactory, ESPMode::ThreadSafe > | Return a reference to the default operator factory. |
Overridden from INodeBase
| Type | Name | Description | |
|---|---|---|---|
| const FVertexInterface & | Return the current vertex interface. | ||
| bool | IsVertexInterfaceSupported
(
const FVertexInterface& InInterface |
Expresses whether a specific vertex interface is supported. | |
| bool | SetVertexInterface
(
const FVertexInterface& InInterface |
Set the vertex interface. If the vertex was successfully changed, returns true. |
Constants
| Name | Description |
|---|---|
| ConstructorVariant |