| GoalPoints |
FPCGPointInputRange |
The goal points for the current iteration. needs to stay alive until the end of iteration |
Elements/PCGPathfindingElement.h |
|
| LastPathIterationIndex |
int32 |
To compare against PathIterationIndex to know if the iteration has changed, for re-initialization of the search. |
Elements/PCGPathfindingElement.h |
|
| PathIterationIndex |
int32 |
Tracks which path this iteration should follow based on the start points. |
Elements/PCGPathfindingElement.h |
|
| SearchState |
PCGSpatialAlgo::AStar::FSearchState |
|
Elements/PCGPathfindingElement.h |
|
| StartPoints |
FPCGPointInputRange |
The starting points for the current iteration. needs to stay alive until the end of iteration |
Elements/PCGPathfindingElement.h |
|