Navigation
API > API/Plugins > API/Plugins/PCG
| |
|
| Name |
FSearchSettings |
| Type |
struct |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/SpatialAlgo/PCGAStar.h |
| Include Path |
#include "SpatialAlgo/PCGAStar.h" |
Syntax
struct FSearchSettings
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bAcceptPartialPath |
bool |
Even if the path is not complete, return the most optimal and viable partial path to the goal. |
SpatialAlgo/PCGAStar.h |
|
| bCopyOriginatingPoints |
bool |
Copy the point data from the originating points. |
SpatialAlgo/PCGAStar.h |
|
| HeuristicWeight |
double |
The heuristic estimates a faster path to speed up processing. |
SpatialAlgo/PCGAStar.h |
|
| SearchDistance |
double |
The max distance from each point to search for the next viable point in the path. |
SpatialAlgo/PCGAStar.h |
|