UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
JointConstraintsCVars.h File Reference
#include "CoreMinimal.h"

Go to the source code of this file.

Macros

#define CHAOS_JOINT_SOLVER_ISPC_ENABLED_DEFAULT   0
 

Variables

bool bChaos_Joint_EarlyOut_Enabled
 
float Chaos_Joint_DegenerateRotationLimit
 
float Chaos_Joint_VelProjectionAlpha
 
bool bChaos_Joint_DisableSoftLimits
 
bool bChaos_Joint_Plasticity_ClampToLimits
 
float Chaos_Joint_LinearVelocityThresholdToApplyRestitution
 
float Chaos_Joint_AngularVelocityThresholdToApplyRestitution
 
bool bChaos_Joint_UseCachedSolver
 

Macro Definition Documentation

◆ CHAOS_JOINT_SOLVER_ISPC_ENABLED_DEFAULT

#define CHAOS_JOINT_SOLVER_ISPC_ENABLED_DEFAULT   0

Variable Documentation

◆ bChaos_Joint_DisableSoftLimits

bool bChaos_Joint_DisableSoftLimits
extern

◆ bChaos_Joint_EarlyOut_Enabled

bool bChaos_Joint_EarlyOut_Enabled
extern

◆ bChaos_Joint_Plasticity_ClampToLimits

bool bChaos_Joint_Plasticity_ClampToLimits
extern

◆ bChaos_Joint_UseCachedSolver

bool bChaos_Joint_UseCachedSolver
extern

◆ Chaos_Joint_AngularVelocityThresholdToApplyRestitution

float Chaos_Joint_AngularVelocityThresholdToApplyRestitution
extern

◆ Chaos_Joint_DegenerateRotationLimit

float Chaos_Joint_DegenerateRotationLimit
extern

◆ Chaos_Joint_LinearVelocityThresholdToApplyRestitution

float Chaos_Joint_LinearVelocityThresholdToApplyRestitution
extern

◆ Chaos_Joint_VelProjectionAlpha

float Chaos_Joint_VelProjectionAlpha
extern