Navigation
API > API/Runtime > API/Runtime/ChaosVDRuntime > API/Runtime/ChaosVDRuntime/DataWrappers
Inheritance Hierarchy
- FChaosVDParticleDataBase
- FChaosVDParticleDynamics
References
| Module | ChaosVDRuntime |
| Header | /Engine/Source/Runtime/Experimental/ChaosVisualDebugger/Public/DataWrappers/ChaosVDParticleDataWrapper.h |
| Include | #include "DataWrappers/ChaosVDParticleDataWrapper.h" |
Syntax
struct FChaosVDParticleDynamics : public FChaosVDParticleDataBase
Remarks
Simplified UStruct version of FParticleDynamics. Used to be able to show the values in the editor and allow changes via the Property Editor.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | MAcceleration | ||
| FVector | MAngularAcceleration | ||
| FVector | MAngularImpulseVelocity | ||
| FVector | MLinearImpulseVelocity |
Constructors
| Type | Name | Description | |
|---|---|---|---|