UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FChaosVDParticleMassProps Struct Reference

#include <ChaosVDParticleDataWrapper.h>

+ Inheritance diagram for FChaosVDParticleMassProps:

Public Member Functions

 FChaosVDParticleMassProps ()
 
CHAOSVDRUNTIME_API bool Serialize (FArchive &Ar)
 
template<typename TOther >
void CopyFrom (const TOther &Other)
 
template<typename TOther >
void CopyTo (TOther &Other) const
 
- Public Member Functions inherited from FChaosVDWrapperDataBase
virtual ~FChaosVDWrapperDataBase ()=default
 
virtual bool HasValidData () const
 
void MarkAsValid ()
 

Public Attributes

FVector MCenterOfMass = FVector(ForceInit)
 
FQuat MRotationOfMass = FQuat(ForceInit)
 
FVector MI = FVector(ForceInit)
 
FVector MInvI = FVector(ForceInit)
 
double MM = 0.0
 
double MInvM = 0.0
 

Additional Inherited Members

- Protected Attributes inherited from FChaosVDWrapperDataBase
bool bHasValidData = false
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FChaosVDParticleMassProps()

FChaosVDParticleMassProps::FChaosVDParticleMassProps ( )
inline

Member Function Documentation

◆ CopyFrom()

template<typename TOther >
void FChaosVDParticleMassProps::CopyFrom ( const TOther Other)
inline

◆ CopyTo()

template<typename TOther >
void FChaosVDParticleMassProps::CopyTo ( TOther Other) const
inline

◆ Serialize()

bool FChaosVDParticleMassProps::Serialize ( FArchive Ar)

Member Data Documentation

◆ MCenterOfMass

FVector FChaosVDParticleMassProps::MCenterOfMass = FVector(ForceInit)

◆ MI

FVector FChaosVDParticleMassProps::MI = FVector(ForceInit)

◆ MInvI

FVector FChaosVDParticleMassProps::MInvI = FVector(ForceInit)

◆ MInvM

double FChaosVDParticleMassProps::MInvM = 0.0

◆ MM

double FChaosVDParticleMassProps::MM = 0.0

◆ MRotationOfMass

FQuat FChaosVDParticleMassProps::MRotationOfMass = FQuat(ForceInit)

The documentation for this struct was generated from the following files: