Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FCharacterGroundConstraint
Description
The maximum angle of slope that is considered walkable. The slope angle is defined as the angle between the ground normal and vertical axis. If the slope angle is greater than the maximum walkable slope angle the motion target vector is adjusted to stop movement up the slope
| Name | SetMaxWalkableSlopeAngle |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Character/CharacterGroundConstraint.h |
| Include Path | #include "Chaos/Character/CharacterGroundConstraint.h" |
void SetMaxWalkableSlopeAngle
(
const FReal & Value
)