Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
TLiteralNode represents a variable within a metasound graph.
| Name | FLiteralNode |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundLiteralNode.h |
| Include Path | #include "MetasoundLiteralNode.h" |
Syntax
class FLiteralNode : public Metasound::FNode
Inheritance Hierarchy
- FNode → FLiteralNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLiteralNode
(
const FVertexName& InInstanceName, |
MetasoundLiteralNode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Factory | FOperatorFactorySharedRef | MetasoundLiteralNode.h | ||
| Interface | FVertexInterface | MetasoundLiteralNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< IOperatorFactory, ESPMode::ThreadSafe > GetDefaultOperatorFactory() |
MetasoundLiteralNode.h | ||
virtual const FVertexInterface & GetVertexInterface() |
MetasoundLiteralNode.h | ||
virtual bool IsVertexInterfaceSupported
(
const FVertexInterface& InInterface |
MetasoundLiteralNode.h | ||
virtual bool SetVertexInterface
(
const FVertexInterface& InInterface |
MetasoundLiteralNode.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FVertexInterface CreateVertexInterface
(
const FName& InDataTypeName, |
MetasoundLiteralNode.h | ||
static FNodeClassMetadata GetNodeMetadata
(
const FName& InDataTypeName, |
MetasoundLiteralNode.h |