Navigation
API > API/Runtime > API/Runtime/ChaosVDRuntime > API/Runtime/ChaosVDRuntime/DataWrappers
Inheritance Hierarchy
- FChaosVDParticleDataBase
- FChaosVDParticleMassProps
References
| Module | ChaosVDRuntime |
| Header | /Engine/Source/Runtime/Experimental/ChaosVisualDebugger/Public/DataWrappers/ChaosVDParticleDataWrapper.h |
| Include | #include "DataWrappers/ChaosVDParticleDataWrapper.h" |
Syntax
struct FChaosVDParticleMassProps : public FChaosVDParticleDataBase
Remarks
Simplified UStruct version of FParticleMassProps. Used to be able to show the values in the editor and allow changes via the Property Editor.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | MCenterOfMass | ||
| FVector | MI | ||
| FVector | MInvI | ||
| double | MInvM | ||
| double | MM | ||
| FQuat | MRotationOfMass |
Constructors
| Type | Name | Description | |
|---|---|---|---|