Navigation
API > API/Plugins > API/Plugins/Locomotor
| Name | FLocomotorFootSet |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Animation/Locomotor/Source/Locomotor/Public/LocomotorCore.h |
| Include Path | #include "LocomotorCore.h" |
Syntax
struct FLocomotorFootSet
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLocomotorFootSet
(
const float InPhaseOffset, |
LocomotorCore.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Feet | TArray< FLocomotorFoot > | The array of feet belonging to this set | LocomotorCore.h | |
| PhaseOffset | float | The 0-1 phase offset for this set of feet (relative to the global phase) | LocomotorCore.h | |
| SetIndex | int32 | The index of this set | LocomotorCore.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 AddFoot
(
const FTransform& InitialWorldRootGoal, |
Add a foot, returns the index of the foot or -1 if no set found | LocomotorCore.h | |
TArray< FLocomotorFoot > & GetFeet () |
Get access to the feet in this set | LocomotorCore.h | |
const TArray< FLocomotorFoot > & GetFeet () |
LocomotorCore.h | ||
int32 GetNumFeet() |
Get number of feet in this set | LocomotorCore.h | |
float GetPhaseOffset() |
Get the current offset of this set | LocomotorCore.h |