Navigation
API > API/Plugins > API/Plugins/Locomotor
| Name | FFloatSpring |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Animation/Locomotor/Source/Locomotor/Public/LocomotorCore.h |
| Include Path | #include "LocomotorCore.h" |
Syntax
struct FFloatSpring
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFloatSpring() |
LocomotorCore.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentValue | float | LocomotorCore.h | ||
| SpringState | FFloatSpringState | LocomotorCore.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetCurrent() |
LocomotorCore.h | ||
void Reset
(
const float& InValue |
LocomotorCore.h | ||
float Update
(
float DeltaTime, |
LocomotorCore.h |