Navigation
Unreal Engine C++ API Reference > 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
(
const UOptimusNode * InOutputNode,
const UOptimusNode * InInputNode
) 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 |