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

#include <ChaosVDCharacterGroundConstraintDataWrappers.h>

+ Inheritance diagram for FChaosVDCharacterGroundConstraintSettingsDataWrapper:

Public Member Functions

CHAOSVDRUNTIME_API bool Serialize (FArchive &Ar)
 
- Public Member Functions inherited from FChaosVDWrapperDataBase
virtual ~FChaosVDWrapperDataBase ()=default
 
virtual bool HasValidData () const
 
void MarkAsValid ()
 

Public Attributes

FVector VerticalAxis = FVector(ForceInitToZero)
 
double TargetHeight = 0.0
 
double RadialForceLimit = 0.0
 
double FrictionForceLimit = 0.0
 
double TwistTorqueLimit = 0.0
 
double SwingTorqueLimit = 0.0
 
double CosMaxWalkableSlopeAngle = 0.0
 
double DampingFactor = 0.0
 
double AssumedOnGroundHeight = 0.0
 

Additional Inherited Members

- Protected Attributes inherited from FChaosVDWrapperDataBase
bool bHasValidData = false
 

Member Function Documentation

◆ Serialize()

bool FChaosVDCharacterGroundConstraintSettingsDataWrapper::Serialize ( FArchive Ar)

Member Data Documentation

◆ AssumedOnGroundHeight

double FChaosVDCharacterGroundConstraintSettingsDataWrapper::AssumedOnGroundHeight = 0.0

◆ CosMaxWalkableSlopeAngle

double FChaosVDCharacterGroundConstraintSettingsDataWrapper::CosMaxWalkableSlopeAngle = 0.0

◆ DampingFactor

double FChaosVDCharacterGroundConstraintSettingsDataWrapper::DampingFactor = 0.0

◆ FrictionForceLimit

double FChaosVDCharacterGroundConstraintSettingsDataWrapper::FrictionForceLimit = 0.0

◆ RadialForceLimit

double FChaosVDCharacterGroundConstraintSettingsDataWrapper::RadialForceLimit = 0.0

◆ SwingTorqueLimit

double FChaosVDCharacterGroundConstraintSettingsDataWrapper::SwingTorqueLimit = 0.0

◆ TargetHeight

double FChaosVDCharacterGroundConstraintSettingsDataWrapper::TargetHeight = 0.0

◆ TwistTorqueLimit

double FChaosVDCharacterGroundConstraintSettingsDataWrapper::TwistTorqueLimit = 0.0

◆ VerticalAxis

FVector FChaosVDCharacterGroundConstraintSettingsDataWrapper::VerticalAxis = FVector(ForceInitToZero)

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