Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FGraph
Deprecated * Removing data edges by predicate is no longer supported
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundGraph.h |
| Include | #include "MetasoundGraph.h" |
template<typename PredicateType>
void RemoveDataEdgeByPredicate
&40;
const PredicateType & Predicate
&41;
Remarks
Removes all edges for which that predicate returns true.
Parameters
| Name | Description |
|---|---|
| Predicate | A callable object which accepts an FDataEdge and returns true if the edge should be removed. |