Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FExecutionState |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGPathfindingElement.h |
| Include Path | #include "Elements/PCGPathfindingElement.h" |
Syntax
struct FExecutionState
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GoalPoints | FPCGPointInputRange | The goal points of the paths to search for. | Elements/PCGPathfindingElement.h | |
| IterationCount | int32 | The total number of paths to find. | Elements/PCGPathfindingElement.h | |
| Settings | PCGSpatialAlgo::AStar::FSearchSettings | Elements/PCGPathfindingElement.h | ||
| StartPoints | FPCGPointInputRange | The starting points of the paths to search. | Elements/PCGPathfindingElement.h |