Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
- Metasound::FLiteralNode
- TLiteralNode
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundLiteralNode.h |
| Include | #include "MetasoundLiteralNode.h" |
Syntax
template<typename DataType>
class TLiteralNode : public Metasound::FLiteralNode
Remarks
TLiteralNode represents a variable within a metasound graph.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TLiteralNode
(
const FVertexName& InInstanceName, |
Construct a TLiteralNode using the TLiteralOperatorLiteralFactory<> and moving InParam to the TLiteralOperatorLiteralFactory constructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FNodeClassMetadata | GetNodeInfo () |
Constants
| Name | Description |
|---|---|
| AccessType | If the data type is executable, we treat it as a reference since it is non-const. |
| bIsExecutableDataType | Executable data types handle Triggers which need to be advanced every block. |
| bIsPostExecutableDataType |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| FVertexInterface | Use the default interface on the node class metadata |