Navigation
API > API/Plugins > API/Plugins/GameplayGraph
| Name | EGraphElementType |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/GameplayGraph/Source/GameplayGraph/Public/Graph/GraphElement.h |
| Include Path | #include "Graph/GraphElement.h" |
Syntax
enum EGraphElementType
{
Node,
Edge,
Island,
Unknown,
}
Values
| Name | Remarks |
|---|---|
| Node | |
| Edge | |
| Island | |
| Unknown |