Navigation
API > API/Plugins > API/Plugins/Locomotor
| |
|
| Name |
FLocomotorMovementSettings |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/Animation/Locomotor/Source/Locomotor/Public/LocomotorCore.h |
| Include Path |
#include "LocomotorCore.h" |
Syntax
struct FLocomotorMovementSettings
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Acceleration |
float |
The acceleration in cm/s/s |
LocomotorCore.h |
|
| bTeleport |
bool |
Teleportation |
LocomotorCore.h |
|
| Deceleration |
float |
The acceleration in cm/s/s |
LocomotorCore.h |
|
| MinimumStepLength |
float |
The smallest step to make |
LocomotorCore.h |
|
| PhaseSpeedMax |
float |
The maximum phase speed in cycles/s |
LocomotorCore.h |
|
| PhaseSpeedMin |
float |
The minimum phase speed in cycles/s |
LocomotorCore.h |
|
| SpeedMax |
float |
The maximum movement speed in cm/s |
LocomotorCore.h |
|
| SpeedMin |
float |
The maximum movement speed in cm/s |
LocomotorCore.h |
|
| Styles |
TArray< EMovementStyle > |
Movement styles |
LocomotorCore.h |
|