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