Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FSearchState |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/SpatialAlgo/PCGAStar.h |
| Include Path | #include "SpatialAlgo/PCGAStar.h" |
Syntax
struct FSearchState
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSearchState() |
SpatialAlgo/PCGAStar.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FSearchState() |
SpatialAlgo/PCGAStar.h |
Structs
| Name | Remarks |
|---|---|
| FInternalSearchData |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CostFunction | TFunction< double(const FPointDescription &, const double, const FPointDescription &)> | Cost function | SpatialAlgo/PCGAStar.h | |
| GoalPoints | FPCGPointInputRange | Keep the goal point range to index them with FPointDescription | SpatialAlgo/PCGAStar.h | |
| HeuristicFunction | TFunction< double(const FVector &, const FVector &)> | Heuristic function | SpatialAlgo/PCGAStar.h | |
| InternalSearchData | TUniquePtr< FInternalSearchData > | SpatialAlgo/PCGAStar.h | ||
| OriginatingPointData | const UPCGBasePointData * | Keep track of the point data for the search. | SpatialAlgo/PCGAStar.h |