Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGCollapsePoints.h |
| Include | #include "Elements/PCGCollapsePoints.h" |
Syntax
struct FCollapsePointsState
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< int > | Merged | ||
| UPCGPointData::PointOctree | Octree | ||
| TArray< double > | OriginalWeights | ||
| UPCGPointData * | OutData | ||
| TArray< TUniquePtr< IPCGAttributeAccessor > > | OutputMergeAccessors | ||
| TArray< FPCGPoint > | Points | Current iterative state during merge. | |
| TArray< TPair< int32, int32 > > | Selections | Selection state. | |
| const UPCGPointData * | SourceData | Output data. | |
| TArray< TUniquePtr< const IPCGAttributeAccessor > > | SourceMergeAccessors | ||
| TUniquePtr< const IPCGAttributeAccessorKeys > | SourceMergeKeys | ||
| TArray< bool > | Visited | ||
| TArray< int > | VisitOrder | Computed once in the preparation stage. | |
| TArray< double > | Weights |