Navigation
API > API/Plugins > API/Plugins/GameplayGraph > API/Plugins/GameplayGraph/UGraph
Description
When we add multiple edges into the graph. This function will ensure that the interactions we make externally are kept to a minimum.
| Name | MergeOrCreateIslands |
| Type | function |
| Header File | /Engine/Plugins/Experimental/GameplayGraph/Source/GameplayGraph/Public/Graph/Graph.h |
| Include Path | #include "Graph/Graph.h" |
| Source | /Engine/Plugins/Experimental/GameplayGraph/Source/GameplayGraph/Private/Graph/Graph.cpp |
void MergeOrCreateIslands
(
const TArray < FEdgeSpecifier > & InEdges
)