Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FDynamicOperatorTransactor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveDataEdge
(
const FGuid& InFromNode, |
MetasoundDynamicOperatorTransactor.h | ||
void RemoveDataEdge
(
const FGuid& InFromNode, |
Remove the given data edge. | MetasoundDynamicOperatorTransactor.h |
RemoveDataEdge(const FGuid &, const FVertexName &, const FGuid &, const FVertexName &, TUniquePtr< INode >)
| Name | RemoveDataEdge |
| 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 RemoveDataEdge
(
const FGuid & InFromNode,
const FVertexName & InFromVertexName,
const FGuid & InToNode,
const FVertexName & InToVertexName,
TUniquePtr < INode > InReplacementLiteralNode
)
RemoveDataEdge(const FGuid &, const FVertexName &, const FGuid &, const FVertexName &, FLiteral, const FReferenceCreationFunction)
Description
Remove the given data edge.
| Name | RemoveDataEdge |
| 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 RemoveDataEdge
(
const FGuid & InFromNode,
const FVertexName & InFromVertexName,
const FGuid & InToNode,
const FVertexName & InToVertexName,
FLiteral InReplacementLiteral,
const FReferenceCreationFunction InReferenceCreateFunc
)