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