Navigation
API > API/Runtime > API/Runtime/ChaosVDRuntime > API/Runtime/ChaosVDRuntime/DataWrappers
Inheritance Hierarchy
- FChaosVDWrapperDataBase
- FChaosVDParticleDataWrapper
References
| Module | ChaosVDRuntime |
| Header | /Engine/Source/Runtime/Experimental/ChaosVisualDebugger/Public/DataWrappers/ChaosVDParticleDataWrapper.h |
| Include | #include "DataWrappers/ChaosVDParticleDataWrapper.h" |
Syntax
USTRUCT (DisplayName="Particle Data")
struct FChaosVDParticleDataWrapper : public FChaosVDWrapperDataBase
Remarks
Simplified UStruct version of FChaosVDParticleDataWrapper. Used to be able to show the values in the editor and allow changes via the Property Editor.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bHasDebugName | ||
| TArray< FChaosVDShapeCollisionData > | CollisionDataPerShape | ||
| FString | DebugName | ||
| FString * | DebugNamePtr | Only used during recording | |
| uint32 | GeometryHash | ||
| FChaosVDParticleCluster | ParticleCluster | ||
| FChaosVDParticleDynamics | ParticleDynamics | ||
| FChaosVDParticleDynamicMisc | ParticleDynamicsMisc | ||
| int32 | ParticleIndex | ||
| FChaosVDParticleMassProps | ParticleMassProps | ||
| FChaosVDParticlePositionRotation | ParticlePositionRotation | ||
| FChaosVDParticleVelocities | ParticleVelocities | ||
| int32 | SolverID | ||
| EChaosVDParticleType | Type |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
Overridden from FChaosVDWrapperDataBase
| Type | Name | Description | |
|---|---|---|---|
| bool | HasValidData () |
Constants
| Name | Description |
|---|---|
| WrapperTypeName |