Navigation
API > API/Plugins > API/Plugins/ZoneGraph
A Star algorithm using lanes on zone graph
| Name | FZoneGraphAStar |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphAStar.h |
| Include Path | #include "ZoneGraphAStar.h" |
Syntax
struct FZoneGraphAStar : public FGraphAStar< FZoneGraphAStarWrapper, FGraphAStarDefaultPolicy, FZoneGraphAStarNode >
Inheritance Hierarchy
- FGraphAStar< FZoneGraphAStarWrapper, FGraphAStarDefaultPolicy, FZoneGraphAStarNode > → FZoneGraphAStar
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FZoneGraphAStar
(
const FZoneGraphAStarWrapper& Graph |
ZoneGraphAStar.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FGraphAStar< FZoneGraphAStarWrapper, FGraphAStarDefaultPolicy, FZoneGraphAStarNode > | ZoneGraphAStar.h |