Navigation
API > API/Plugins > API/Plugins/GameplayGraph
| Name | FEdgeSpecifier |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GameplayGraph/Source/GameplayGraph/Public/Graph/Graph.h |
| Include Path | #include "Graph/Graph.h" |
Syntax
struct FEdgeSpecifier
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FEdgeSpecifier
(
const FGraphVertexHandle& InVertexHandle1, |
Graph/Graph.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| VertexHandle1 | FGraphVertexHandle | Graph/Graph.h | ||
| VertexHandle2 | FGraphVertexHandle | Graph/Graph.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FGraphVertexHandle & GetVertexHandle1() |
Graph/Graph.h | ||
const FGraphVertexHandle & GetVertexHandle2() |
Graph/Graph.h |