Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FPCGPathfindingElement |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGPathfindingElement.h |
| Include Path | #include "Elements/PCGPathfindingElement.h" |
Syntax
class FPCGPathfindingElement : public TPCGTimeSlicedElementBase< PCGPathfindingElement::FExecutionState, PCGPathfindingElement::FIterationState >
Implements Interfaces
Functions
Public
Overridden from IPCGElement
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsCacheable
(
const UPCGSettings* InSettings |
Returns true if the node can be cached (e.g. does not create artifacts & does not depend on untracked data | Elements/PCGPathfindingElement.h |
Protected
Overridden from IPCGElement
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ExecuteInternal
(
FPCGContext* Context |
Core execution method for the given element. Will be called until it returns true. | Elements/PCGPathfindingElement.h | |
virtual bool PrepareDataInternal
(
FPCGContext* InContext |
Elements/PCGPathfindingElement.h |