Navigation
API > API/Plugins > API/Plugins/GameplayGraph > API/Plugins/GameplayGraph/Graph
References
| |
|
| Module |
GameplayGraph |
| Header |
/Engine/Plugins/Experimental/GameplayGraph/Source/GameplayGraph/Public/Graph/GraphIsland.h |
| Include |
#include "Graph/GraphIsland.h" |
Syntax
enum EGraphIslandConnectivityChange
{
VertexAdd,
SplitFrom,
SplitTo,
Other,
}
Values
| Name |
Description |
| 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. |