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

#include <ChaosVDCharacterGroundConstraintDataWrappers.h>

+ Inheritance diagram for FChaosVDCharacterGroundConstraintDataDataWrapper:

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 GroundNormal = FVector(ForceInitToZero)
 
FVector TargetDeltaPosition = FVector(ForceInitToZero)
 
double TargetDeltaFacing = 0.0
 
double GroundDistance = 0.0
 
double CosMaxWalkableSlopeAngle = 0.0
 

Additional Inherited Members

- Protected Attributes inherited from FChaosVDWrapperDataBase
bool bHasValidData = false
 

Member Function Documentation

◆ Serialize()

bool FChaosVDCharacterGroundConstraintDataDataWrapper::Serialize ( FArchive Ar)

Member Data Documentation

◆ CosMaxWalkableSlopeAngle

double FChaosVDCharacterGroundConstraintDataDataWrapper::CosMaxWalkableSlopeAngle = 0.0

◆ GroundDistance

double FChaosVDCharacterGroundConstraintDataDataWrapper::GroundDistance = 0.0

◆ GroundNormal

FVector FChaosVDCharacterGroundConstraintDataDataWrapper::GroundNormal = FVector(ForceInitToZero)

◆ TargetDeltaFacing

double FChaosVDCharacterGroundConstraintDataDataWrapper::TargetDeltaFacing = 0.0

◆ TargetDeltaPosition

FVector FChaosVDCharacterGroundConstraintDataDataWrapper::TargetDeltaPosition = FVector(ForceInitToZero)

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