Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FCharacterGroundConstraint
Description
The damping factor is used to add softness to the vertical constraint between the character and the ground. This can add springiness to landings and slow the rate of step ups. Input should be positive. A value of 0 gives rigid behavior. A value of 1/Dt or above will give maximum softness Units are /T
| Name | SetDampingFactor |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Character/CharacterGroundConstraint.h |
| Include Path | #include "Chaos/Character/CharacterGroundConstraint.h" |
void SetDampingFactor
(
const FReal & Value
)