Navigation
API > API/Plugins > API/Plugins/GeometryFlowCore > API/Plugins/GeometryFlowCore/FGraph
Description
Returns true if DependentNode is dependent on IndependentNode in the graph. special cases: will return false if either handle is invalid, if both handles are the same (and valid) it will return true.
| Name | IsDependent |
| Type | function |
| Header File | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/GeometryFlowGraph.h |
| Include Path | #include "GeometryFlowGraph.h" |
| Source | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Private/GeometryFlowGraph.cpp |
bool IsDependent
(
FHandle DependentNode,
FHandle IndependentNode
) const