Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine > API/Runtime/GeometryCollectionEngine/GeometryCollection > API/Runtime/GeometryCollectionEngine/GeometryCollection/FGeometryCollect-_20
References
| Module | GeometryCollectionEngine |
| Header | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/GeometryCollectionComponent.h |
| Include | #include "GeometryCollection/GeometryCollectionComponent.h" |
Syntax
struct FClusterData
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector_NetQuantize10 | AngularVelocityInDegreesPerSecond | ||
| uint8 | bIsInternalCluster | Whether this refers to an internal cluster or directly to a cluster in the geometry collection. | |
| FVector_NetQuantize10 | EulerRotation | ||
| int32 | LastUpdatedVersion | Non serialized data, used to trimn the data back when no longer updated | |
| FVector_NetQuantize10 | LinearVelocity | ||
| FVector_NetQuantize10 | Position | ||
| uint16 | TransformIndex | Index of the cluster or one of its child if the cluster is internal ( see bIsInternalCluster) |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsEqualPositionsAndVelocities
(
const FClusterData& Data |
Comp |