Navigation
API > API/Plugins > API/Plugins/Locomotor
| |
|
| Name |
FLocomotorSpineSettings |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/Animation/Locomotor/Source/Locomotor/Public/LocomotorCore.h |
| Include Path |
#include "LocomotorCore.h" |
Syntax
struct FLocomotorSpineSettings
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| LeanAngleMax |
float |
Default is 30. The maximum angle (in degrees) to lean the spine in the direction of travel. |
LocomotorCore.h |
|
| LeanDamping |
float |
Default is 0.9. Typical range is 0-2. Higher values cause spine leaning to dampen quickly. |
LocomotorCore.h |
|
| LeanStiffness |
float |
Default is 150.0. Typical range is 1-200. Higher values cause spine to lean more rapidly towards target direction. |
LocomotorCore.h |
|