Navigation
API > API/Plugins > API/Plugins/ZoneGraph
References
| Module | ZoneGraph |
| Header | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphAStar.h |
| Include | #include "ZoneGraphAStar.h" |
Syntax
struct FZoneGraphAStarWrapper
Remarks
Warpper around zone graph to be used by FGraphAStar
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FZoneGraphStorage & | ZoneGraph |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FZoneGraphAStarWrapper
(
const FZoneGraphStorage& InZoneGraph |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FNodeRef | GetNeighbour
(
const FZoneGraphAStarNode& Node, |
||
| int32 | GetNeighbourCountV2
(
const FZoneGraphAStarNode& Node |
||
| bool | IsValidRef
(
const FNodeRef NodeRef |
Typedefs
| Name | Description |
|---|---|
| FNodeRef | FGraphAStar: TGraph. |