Navigation
API > API/Plugins > API/Plugins/GameplayGraph
| Name | EGraphIslandConnectivityChange |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/GameplayGraph/Source/GameplayGraph/Public/Graph/GraphIsland.h |
| Include Path | #include "Graph/GraphIsland.h" |
Syntax
enum EGraphIslandConnectivityChange
{
VertexAdd,
SplitFrom,
SplitTo,
Other,
}
Values
| Name | Remarks |
|---|---|
| VertexAdd | Vertex added into an island. |
| SplitFrom | An island is split into 2 more islands. |
| SplitTo | An island was created by splitting an old island. |
| Other | Some other undefined change - not used by the library but can be used by external users as a no-op of sorts. |