Navigation
API > API/Plugins > API/Plugins/GameplayGraph > API/Plugins/GameplayGraph/Graph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UGraphElement
- UGraphVertex
References
| Module | GameplayGraph |
| Header | /Engine/Plugins/Experimental/GameplayGraph/Source/GameplayGraph/Public/Graph/GraphVertex.h |
| Include | #include "Graph/GraphVertex.h" |
Syntax
UCLASS&40;&41;
class UGraphVertex : public UGraphElement
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnGraphVertexParentIslandSet | OnParentIslandSet | ||
| FOnGraphVertexRemoved | OnVertexRemoved |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UGraphVertex () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddEdgeTo
(
const FGraphVertexHandle& Node, |
||
| void | ForEachAdjacentVertex
(
TLambda&& Lambda |
||
| const FGraphIslandHandle & | |||
| FGraphVertexHandle | Handle () |
||
| void | |||
| bool | HasEdgeTo
(
const FGraphVertexHandle& Other |
||
| void | RemoveEdge
(
const FGraphEdgeHandle& EdgeHandle |
||
| void | SetParentIsland
(
const FGraphIslandHandle& Island |