Navigation
API > API/Plugins > API/Plugins/ZoneGraph
Inheritance Hierarchy
- FGraphAStarDefaultNode
- FZoneGraphAStarNode
References
| Module | ZoneGraph |
| Header | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphAStar.h |
| Include | #include "ZoneGraphAStar.h" |
Syntax
struct FZoneGraphAStarNode : public FGraphAStarDefaultNode< FZoneGraphAStarWrapper >
Remarks
Node representation for FZoneGraphAStar
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | Position |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FZoneGraphAStarNode
(
const FZoneGraphAStarNode& Other |
|||
FZoneGraphAStarNode
(
const FNodeRef InNodeRef, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FGraphAStarDefaultNode & | operator=
(
const FGraphAStarDefaultNode& Other |