![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ChaosVDJointDataWrappers.h>
Inheritance diagram for FChaosVDJointConstraint:Public Member Functions | |
| CHAOSVDRUNTIME_API bool | Serialize (FArchive &Ar) |
| virtual int32 | GetSolverID () const override |
| virtual int32 | GetParticleIDAtSlot (EChaosVDParticlePairIndex IndexSlot) const override |
| virtual int32 | GetConstraintIndex () const override |
Public Member Functions inherited from FChaosVDConstraintDataWrapperBase | |
| virtual | ~FChaosVDConstraintDataWrapperBase () override=default |
Public Member Functions inherited from FChaosVDWrapperDataBase | |
| virtual | ~FChaosVDWrapperDataBase ()=default |
| virtual bool | HasValidData () const |
| void | MarkAsValid () |
Static Public Attributes | |
| static CHAOSVDRUNTIME_API FStringView | WrapperTypeName = TEXT("FChaosVDJointConstraint") |
Additional Inherited Members | |
Protected Attributes inherited from FChaosVDWrapperDataBase | |
| bool | bHasValidData = false |
Reimplemented from FChaosVDConstraintDataWrapperBase.
|
inlineoverridevirtual |
Reimplemented from FChaosVDConstraintDataWrapperBase.
Reimplemented from FChaosVDConstraintDataWrapperBase.
| int32 FChaosVDJointConstraint::ConstraintIndex = INDEX_NONE |
| FChaosVDGTJointStateDataWrapper FChaosVDJointConstraint::GameThreadJointState |
| FChaosVDJointSettingsDataWrapper FChaosVDJointConstraint::JointSettings |
| int32 FChaosVDJointConstraint::ParticleParIndexes[2] = { INDEX_NONE, INDEX_NONE } |
| FChaosVDJointStateDataWrapper FChaosVDJointConstraint::PhysicsThreadJointState |
| int32 FChaosVDJointConstraint::SolverID = INDEX_NONE |
|
static |