Navigation
API > API/Plugins > API/Plugins/GameplayGraph > API/Plugins/GameplayGraph/Graph > API/Plugins/GameplayGraph/Graph/UGraph
References
| Module | GameplayGraph |
| Header | /Engine/Plugins/Experimental/GameplayGraph/Source/GameplayGraph/Public/Graph/Graph.h |
| Include | #include "Graph/Graph.h" |
| Source | /Engine/Plugins/Experimental/GameplayGraph/Source/GameplayGraph/Private/Graph/Graph.cpp |
void CreateBulkEdges
(
TArray < FEdgeSpecifier > && NodesToConnect
)
Remarks
Creates edges in bulk. This is more efficient than calling CreateEdge multiple times since we will only try to assign a node to an island once.