MCPcopy Create free account
hub / github.com/PCGEx/PCGExtendedToolkit / FNode

Method FNode

Source/PCGExtendedToolkit/Private/Graph/PCGExCluster.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected