UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CharacterGroundConstraintContainer.cpp File Reference

Namespaces

namespace  Chaos
 
namespace  Chaos::CVars
 

Variables

float Chaos::CVars::Chaos_CharacterGroundConstraint_InputMovementThreshold = 0.1f
 
FAutoConsoleVariableRef Chaos::CVars::CVarChaos_CharacterGroundConstraint_InputMovementThreshold (TEXT("p.Chaos.CharacterGroundConstraint.InputMovementThreshold"), Chaos_CharacterGroundConstraint_InputMovementThreshold, TEXT("Minimum per frame input movement distance in cm."))
 
float Chaos::CVars::Chaos_CharacterGroundConstraint_ExternalMovementThreshold = 2.0f
 
FAutoConsoleVariableRef Chaos::CVars::CVarChaos_CharacterGroundConstraint_ExternalMovementThreshold (TEXT("p.Chaos.CharacterGroundConstraint.ExternalMovementThreshold"), Chaos_CharacterGroundConstraint_ExternalMovementThreshold, TEXT("If distance moved is less than this then retain current movement target relative to ground."))