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