Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FPCGClusterElement |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGClusterElement.h |
| Include Path | #include "Elements/PCGClusterElement.h" |
Syntax
class FPCGClusterElement : public TPCGTimeSlicedElementBase< PCGClusterElement::FExecState, PCGClusterElement::FClusteringData >
Implements Interfaces
Functions
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/PCGClusterElement.h | |
virtual bool PrepareDataInternal
(
FPCGContext* InContext |
Elements/PCGClusterElement.h | ||
virtual bool SupportsBasePointDataInputs
(
FPCGContext* InContext |
Returns true if node supports any point data format. | Elements/PCGClusterElement.h |