Navigation
API > API/Plugins > API/Plugins/ZoneGraph
Context for FGraphAStar::FindPath()
| Name | FZoneGraphPathFilter |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphAStar.h |
| Include Path | #include "ZoneGraphAStar.h" |
Syntax
struct FZoneGraphPathFilter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FZoneGraphPathFilter
(
const FZoneGraphStorage& InGraph, |
ZoneGraphAStar.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FNodeRef | int32 | ZoneGraphAStar.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector::FReal GetHeuristicCost
(
const FZoneGraphAStarNode& NeighbourNode, |
ZoneGraphAStar.h | ||
FVector::FReal GetHeuristicScale() |
ZoneGraphAStar.h | ||
FVector::FReal GetTraversalCost
(
const FZoneGraphAStarNode& CurNode, |
ZoneGraphAStar.h | ||
bool IsEnd
(
const FZoneGraphAStarNode& Node |
ZoneGraphAStar.h | ||
bool IsStart
(
const FZoneGraphAStarNode& Node |
ZoneGraphAStar.h | ||
bool IsTraversalAllowed
(
const FNodeRef StartNodeRef, |
ZoneGraphAStar.h | ||
bool ShouldIncludeStartNodeInPath() |
ZoneGraphAStar.h | ||
bool WantsPartialSolution() |
ZoneGraphAStar.h |