Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGClusterElement.h |
| Include | #include "Elements/PCGClusterElement.h" |
Syntax
struct FClusteringData
Variables
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< IPCGAttributeAccessor > | Accessor | ||
| bool | bConverged | ||
| TArray< FVector, TInlineAllocator< 16 > > | Centroids | ||
| FExpectationMaximizationData | EMData | ||
| int32 | Iteration | Shared cached data. | |
| TUniquePtr< IPCGAttributeAccessorKeys > | Keys | ||
| UPCGPointData * | OutPointData | ||
| TArray< int32 > | PointToClusterAssignments | ||
| uint8 | ProcessingStage | The stage cached for alternating async processing. Stage 0 == Complete. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FExpectationMaximizationData | Expectation-Maximization cached data. |