Navigation
API > API/Runtime > API/Runtime/ChaosVDRuntime > API/Runtime/ChaosVDRuntime/DataWrappers
Inheritance Hierarchy
- FChaosVDParticleDataBase
- FChaosVDParticleDynamicMisc
References
| Module | ChaosVDRuntime |
| Header | /Engine/Source/Runtime/Experimental/ChaosVisualDebugger/Public/DataWrappers/ChaosVDParticleDataWrapper.h |
| Include | #include "DataWrappers/ChaosVDParticleDataWrapper.h" |
Syntax
struct FChaosVDParticleDynamicMisc : public FChaosVDParticleDataBase
Remarks
Simplified UStruct version of FParticleDynamicMisc. Used to be able to show the values in the editor and allow changes via the Property Editor.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDisabled | ||
| double | MAngularEtherDrag | ||
| uint32 | MCollisionConstraintFlag | ||
| int32 | MCollisionGroup | ||
| FChaosVDFRigidParticleControlFlags | MControlFlags | ||
| double | MMaxAngularSpeedSq | ||
| double | MMaxLinearSpeedSq | ||
| EChaosVDObjectStateType | MObjectState | ||
| EChaosVDSleepType | MSleepType |
Constructors
| Type | Name | Description | |
|---|---|---|---|