Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FClusteringData |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGClusterElement.h |
| Include Path | #include "Elements/PCGClusterElement.h" |
Syntax
struct FClusteringData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_DISABLE_DEPRECATION_WARNINGS FClusteringData() |
Note: We need to explicitly disable warnings on these constructors/operators for clang to be happy with deprecated variables. | Elements/PCGClusterElement.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FClusteringData() |
Elements/PCGClusterElement.h |
Structs
| Name | Remarks |
|---|---|
| FExpectationMaximizationData | Expectation-Maximization cached data. |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Accessor | TUniquePtr< IPCGAttributeAccessor > | Elements/PCGClusterElement.h | ||
| bConverged | bool | Elements/PCGClusterElement.h | ||
| Centroids | TArray< FVector, TInlineAllocator< 16 > > | Elements/PCGClusterElement.h | ||
| EMData | FExpectationMaximizationData | Elements/PCGClusterElement.h | ||
| Iteration | int32 | Shared cached data. | Elements/PCGClusterElement.h | |
| Keys | TUniquePtr< IPCGAttributeAccessorKeys > | Elements/PCGClusterElement.h | ||
| OutPointData | UPCGPointData * | Elements/PCGClusterElement.h | ||
| OutputData | UPCGBasePointData * | Elements/PCGClusterElement.h | ||
| PointToClusterAssignments | TArray< int32 > | Elements/PCGClusterElement.h | ||
| ProcessingStage | uint8 | The stage cached for alternating async processing. Stage 0 == Complete. | Elements/PCGClusterElement.h |