Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FDynamicOperatorTransactor
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDynamicOperatorTransactor.h |
| Include | #include "MetasoundDynamicOperatorTransactor.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundDynamicOperatorTransactor.cpp |
void AddInputDataDestination
(
const FGuid & InNode,
const FVertexName & InVertexName,
const FLiteral & InDefaultLiteral,
FReferenceCreationFunction InFunc
)
Remarks
Add an input data destination to describe how data provided outside this graph should be routed internally.
Parameters
| Name | Description |
|---|---|
| InNode | Node which receives the data. |
| InVertexName | Key for input vertex on InNode. |