Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/SpatialAlgo
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/SpatialAlgo/PCGAStar.h |
| Include | #include "SpatialAlgo/PCGAStar.h" |
Syntax
struct FNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | EstimatedGoalCost | Current total cost when heuristic is added to the local cost. | |
| double | LocalCost | Concrete cost from start to this node. | |
| const FPCGPoint * | PCGPoint | ||
| int32 | PreviousNodeIndex | The currently assigned parent node with the least cost. |