| 15 | #pragma region FNode |
| 16 | |
| 17 | FNode::FNode(const int32 InNodeIndex, const int32 InPointIndex) |
| 18 | : PCGExGraph::FNode(InNodeIndex, InPointIndex) |
| 19 | { |
| 20 | } |
| 21 | |
| 22 | FVector FNode::GetCentroid(const FCluster* InCluster) const |
| 23 | { |
nothing calls this directly
no outgoing calls
no test coverage detected