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

Method InsertEdge

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

Source from the content-addressed store, hash-verified

531 }
532
533 bool FGraph::InsertEdge(const int32 A, const int32 B, FEdge& OutEdge, const int32 IOIndex)
534 {
535 FWriteScopeLock WriteLock(GraphLock);
536 return InsertEdge_Unsafe(A, B, OutEdge, IOIndex);
537 }
538
539 bool FGraph::InsertEdge_Unsafe(const FEdge& Edge)
540 {

Callers 7

DumpMethod · 0.45
DumpReducedMethod · 0.45
InsertEdgesMethod · 0.45
ProcessMethod · 0.45
InsertEdgesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected