Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FDynamicOperatorTransactor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetValue
(
const FGuid& InNodeID, |
MetasoundDynamicOperatorTransactor.h | ||
| Set the value on a unconnected node input vertex. | MetasoundDynamicOperatorTransactor.h |
SetValue(const FGuid &, const FVertexName &, TUniquePtr< INode >)
| Name | SetValue |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDynamicOperatorTransactor.h |
| Include Path | #include "MetasoundDynamicOperatorTransactor.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundDynamicOperatorTransactor.cpp |
void SetValue
(
const FGuid & InNodeID,
const FVertexName & InVertexName,
TUniquePtr < INode > InLiteralNode
)
SetValue(const FGuid &, const FVertexName &, const FLiteral &, const FReferenceCreationFunction)
Description
Set the value on a unconnected node input vertex.
| Name | SetValue |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDynamicOperatorTransactor.h |
| Include Path | #include "MetasoundDynamicOperatorTransactor.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundDynamicOperatorTransactor.cpp |
void SetValue
(
const FGuid & InNodeID,
const FVertexName & InVertexName,
const FLiteral & InLiteral,
const FReferenceCreationFunction InReferenceCreateFunc
)