Navigation
API > API/Plugins > API/Plugins/GameplayGraph
| Name | FGraphVertexHandle |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GameplayGraph/Source/GameplayGraph/Public/Graph/GraphHandle.h |
| Include Path | #include "Graph/GraphHandle.h" |
Syntax
USTRUCT ()
struct FGraphVertexHandle : public FGraphHandle
Inheritance Hierarchy
- FGraphHandle → FGraphVertexHandle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Graph/GraphHandle.h | |||
FGraphVertexHandle
(
FGraphUniqueIndex InUniqueIndex, |
Graph/GraphHandle.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Invalid | FGraphVertexHandle | Graph/GraphHandle.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UGraphVertex * GetVertex() |
Graph/GraphHandle.h |
Overridden from FGraphHandle
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool HasElement() |
Graph/GraphHandle.h |