Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
TInputValueOperator provides an input for value references.
| Name | TInputValueOperator |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundInputNode.h |
| Include Path | #include "MetasoundInputNode.h" |
Syntax
template<typename DataType>
class TInputValueOperator : public Metasound::MetasoundInputNodePrivate::FNonExecutableInputOperatorBase
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TInputValueOperator
(
const FName& InVertexName, |
Construct an TInputValueOperator with the name of the vertex and the value reference associated with input. | MetasoundInputNode.h | |
TInputValueOperator
(
const FVertexName& InVertexName, |
MetasoundInputNode.h | ||
TInputValueOperator
(
const FVertexName& InVertexName, |
MetasoundInputNode.h |