Navigation
API > API/Runtime > API/Runtime/Chaos
Extra data that needs to be synced between the PT and GT for cluster unions.
| Name | FClusterUnionSyncedData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/PhysicsProxy/ClusterUnionPhysicsProxy.h |
| Include Path | #include "PhysicsProxy/ClusterUnionPhysicsProxy.h" |
Syntax
struct FClusterUnionSyncedData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDidSyncGeometry | bool | Whether we assigned new geometry from the PT in PullFromPhysicsState. | PhysicsProxy/ClusterUnionPhysicsProxy.h | |
| bIsAnchored | bool | Whether the cluster is anchored or not. | PhysicsProxy/ClusterUnionPhysicsProxy.h | |
| ChildParticles | TArray< FClusterUnionChildData > | Data on every child particle in the cluster union. | PhysicsProxy/ClusterUnionPhysicsProxy.h |