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

Method FNode

Source/PCGExtendedToolkit/Private/Graph/PCGExGraph.cpp:261–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 }
260
261 FNode::FNode(const int32 InNodeIndex, const int32 InPointIndex)
262 : Index(InNodeIndex), PointIndex(InPointIndex)
263 {
264 Links.Empty();
265 }
266
267 bool FNode::IsAdjacentTo(const int32 OtherNodeIndex) const
268 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected