Navigation
API > API/Plugins > API/Plugins/OptimusCore > API/Plugins/OptimusCore/UOptimusNodeGraph
References
| Module | OptimusCore |
| Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusNodeGraph.h |
| Include | #include "OptimusNodeGraph.h" |
| Source | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Private/OptimusNodeGraph.cpp |
bool DoesLinkFormCycle
&40;
const UOptimusNode &42; InOutputNode,
const UOptimusNode &42; InInputNode
&41; const
Remarks
Check to see if connecting these two nodes will form a graph cycle. True if connecting these two nodes will result in a graph cycle.
Parameters
| Name | Description |
|---|---|
| InOutputNode | The node from which the link originates |
| InInputNode | The node to which the link ends |