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

Method Connects

Source/PCGExtendedToolkit/Private/Paths/PCGExPaths.cpp:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 }
198
199 bool FPathEdge::Connects(const FPathEdge& Other) const
200 {
201 return Start == Other.End || End == Other.Start;
202 }
203
204 bool FPathEdge::ShareIndices(const FPathEdge* Other) const
205 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected