Navigation
API > API/Plugins > API/Plugins/Locomotor
| Name | FLocomotorInputSettings |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Animation/Locomotor/Source/Locomotor/Public/LocomotorCore.h |
| Include Path | #include "LocomotorCore.h" |
Syntax
struct FLocomotorInputSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentWorldRootGoal | FTransform | The current target goal location in world space | LocomotorCore.h | |
| DeltaTime | float | Time in seconds since last update | LocomotorCore.h | |
| Movement | FLocomotorMovementSettings | All settings related to overall movement and strides | LocomotorCore.h | |
| Pelvis | FLocomotorPelvisSettings | Pelvis settings | LocomotorCore.h | |
| Spine | FLocomotorSpineSettings | Spine settings | LocomotorCore.h | |
| Stepping | FLocomotorStepSettings | All settings related to steps | LocomotorCore.h |