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 FZoneGraphPathFilter
Remarks
Context for FGraphAStar::FindPath()
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FZoneGraphLaneLocation | EndLocation | ||
| const FZoneGraphLaneLocation | StartLocation | ||
| const FZoneGraphStorage & | ZoneStorage | ||
| const FZoneGraphTagFilter | ZoneTagFilter |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FZoneGraphPathFilter
(
const FZoneGraphStorage& InGraph, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVector::FReal | GetHeuristicCost
(
const FZoneGraphAStarNode& NeighbourNode, |
||
| FVector::FReal | |||
| FVector::FReal | GetTraversalCost
(
const FZoneGraphAStarNode& CurNode, |
||
| bool | IsEnd
(
const FZoneGraphAStarNode& Node |
||
| bool | IsStart
(
const FZoneGraphAStarNode& Node |
||
| bool | IsTraversalAllowed
(
const FNodeRef StartNodeRef, |
||
| bool | |||
| bool |
Typedefs
| Name | Description |
|---|---|
| FNodeRef |