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

Method Add

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

Source from the content-addressed store, hash-verified

277 }
278
279 void FSubGraph::Add(const FEdge& Edge, FGraph* InGraph)
280 {
281 Nodes.Add(Edge.Start);
282 Nodes.Add(Edge.End);
283 Edges.Add(Edge.Index);
284 if (Edge.IOIndex >= 0) { EdgesInIOIndices.Add(Edge.IOIndex); }
285 }
286
287 void FSubGraph::Invalidate(FGraph* InGraph)
288 {

Callers 15

GetConnectedNodesMethod · 0.45
GetConnectedEdgesMethod · 0.45
GetOrCreateNodeMethod · 0.45
AddEdgeMethod · 0.45
CreateGraphSettingsMethod · 0.45
ExecuteInternalMethod · 0.45
ProcessMethod · 0.45
BootMethod · 0.45
ExecuteInternalMethod · 0.45
ProcessMethod · 0.45
PCGExChain.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected