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