Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FCharacterGroundConstraint
Description
Maximum ratio between the character mass and the ground body mass as used by the constraint solver E.g. a value of 2 means that the character can be at most twice as heavy as the ground body and if it is over that the constraint solve will inflate the mass of the ground body to reach a 2:1 ratio This is useful for stability when walking on a light mass. A negative value disables this mass conditioning feature.
| Name | SetMaxCharacterGroundMassRatio |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Character/CharacterGroundConstraint.h |
| Include Path | #include "Chaos/Character/CharacterGroundConstraint.h" |
void SetMaxCharacterGroundMassRatio
(
const FReal & Value
)