Navigation
Unreal Engine C++ API Reference > Runtime > AnimGraphRuntime > BoneControllers > FSimSpaceSettings
Syntax
float MaxAngularVelocity
Remarks
A clamp on the effective world-space angular velocity that is passed to the simulation. Units are radian/s, so a value of about 6.0 is one rotation per second. The default value effectively means "unlimited". You would reduce this (and MaxAngularAcceleration) to limit how much bodies "fly out" when the actor spins on the spot. This is especially useful if you have characters than can rotate very quickly and you would probably want values around or less than 10 in this case.