 |
TArray< int32, TInlineAllocator< PreAllocNodeCount > > |
ClosedIndexList |
Nodes that are no longer viable. |
 |
TFunction< double(const double, const FPCGPoint *, const double, const FPCGPoint *)> |
CostFunction |
Cost function |
 |
TFunction< double(const FVector &, const FVector &)> |
HeuristicFunction |
Heuristic function |
 |
TArray< FNode, TInlineAllocator< PreAllocNodeCount > > |
NodeList |
Storage of the current known node. |
 |
TArray< int32, TInlineAllocator< PreAllocNodeCount > > |
OpenIndexList |
Used as a priority list of nodes, sorted by cost. |
 |
const UPCGPointData * |
OriginatingPointData |
Keep track of the point data for the octree search. |
 |
TMap< const FPCGPoint *, int32 > |
PointToNodeIndexMap |
To track nodes to their corresponding points. |