Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/TInputValueOperator
Overloads
| 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 |
TInputValueOperator(const FName &, const TDataValueReference< DataType > &)
Description
Construct an TInputValueOperator with the name of the vertex and the value reference associated with input.
| Name | TInputValueOperator |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundInputNode.h |
| Include Path | #include "MetasoundInputNode.h" |
TInputValueOperator
(
const FName & InVertexName,
const TDataValueReference < DataType > & InValueRef
)
TInputValueOperator(const FVertexName &, const FOperatorSettings &, const FLiteral &)
| Name | TInputValueOperator |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundInputNode.h |
| Include Path | #include "MetasoundInputNode.h" |
TInputValueOperator
(
const FVertexName & InVertexName,
const FOperatorSettings & InSettings,
const FLiteral & InLiteral
)
TInputValueOperator(const FVertexName &, const FOperatorSettings &, const FInputVertexInterfaceData &)
| Name | TInputValueOperator |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundInputNode.h |
| Include Path | #include "MetasoundInputNode.h" |
TInputValueOperator
(
const FVertexName & InVertexName,
const FOperatorSettings & InSettings,
const FInputVertexInterfaceData & InInterfaceData
)