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

#include <PullPhysicsDataImp.h>

Public Attributes

bool bIsBreaking = false
 
bool bIsBroken = false
 
bool bIsViolating = false
 
bool bDriveTargetChanged = false
 
FVector Force = FVector(0)
 
FVector Torque = FVector(0)
 
float LinearViolation = 0.f
 
float AngularViolation = 0.f
 

Member Data Documentation

◆ AngularViolation

float Chaos::FJointConstraintOutputData::AngularViolation = 0.f

◆ bDriveTargetChanged

bool Chaos::FJointConstraintOutputData::bDriveTargetChanged = false

◆ bIsBreaking

bool Chaos::FJointConstraintOutputData::bIsBreaking = false

◆ bIsBroken

bool Chaos::FJointConstraintOutputData::bIsBroken = false

◆ bIsViolating

bool Chaos::FJointConstraintOutputData::bIsViolating = false

◆ Force

FVector Chaos::FJointConstraintOutputData::Force = FVector(0)

◆ LinearViolation

float Chaos::FJointConstraintOutputData::LinearViolation = 0.f

◆ Torque

FVector Chaos::FJointConstraintOutputData::Torque = FVector(0)

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