unreal.ChaosVDParticleMassProps

class unreal.ChaosVDParticleMassProps

Bases: ChaosVDParticleDataBase

Simplified UStruct version of FParticleMassProps. Used to be able to show the values in the editor and allow changes via the Property Editor.

C++ Source:

  • Module: ChaosVDRuntime

  • File: ChaosVDParticleDataWrapper.h

Editor Properties: (see get_editor_property/set_editor_property)

  • m_center_of_mass (Vector): [Read-Write]

  • m_inv_i (Vector): [Read-Write]

  • m_inv_m (double): [Read-Write]

  • m_rotation_of_mass (Quat): [Read-Write]

  • mi (Vector): [Read-Write]

  • mm (double): [Read-Write]