Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGPathfindingElement.h |
| Include | #include "Elements/PCGPathfindingElement.h" |
Syntax
struct FIterationState
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | LastPathIterationIndex | To compare against PathIterationIndex to know if the iteration has changed, for re-initialization of the search. | |
| int32 | PathIterationIndex | Tracks which path this iteration should follow based on the start points. | |
| PCGSpatialAlgo::AStar::FSearchState | SearchState |