Navigation
API > API/Runtime > API/Runtime/ChaosVDRuntime > API/Runtime/ChaosVDRuntime/DataWrappers
Inheritance Hierarchy
- FChaosVDWrapperDataBase
- FChaosVDParticleCluster
References
| Module | ChaosVDRuntime |
| Header | /Engine/Source/Runtime/Experimental/ChaosVisualDebugger/Public/DataWrappers/ChaosVDParticleDataWrapper.h |
| Include | #include "DataWrappers/ChaosVDParticleDataWrapper.h" |
Syntax
USTRUCT ()
struct FChaosVDParticleCluster : public FChaosVDWrapperDataBase
Remarks
Structure contained data from a Clustered Particle. Used to be able to show the values in the editor and allow changes via the Property Editor.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bInternalCluster | ||
| bool | bIsAnchored | ||
| bool | bIsChildToParentLocked | ||
| bool | bUnbreakable | ||
| FTransform | ChildToParent | ||
| int32 | ClusterGroupIndex | ||
| float | CollisionImpulse | ||
| TArray< FChaosVDConnectivityEdge > | ConnectivityEdges | ||
| float | ExternalStrains | ||
| float | InternalStrains | ||
| int32 | NumChildren | ||
| int32 | ParentParticleID | ||
| float | Strain |
Constructors
| Type | Name | Description | |
|---|---|---|---|