Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Animation/BlendSpace.h |
Include | #include "Animation/BlendSpace.h" |
Syntax
struct FInterpolationParameter
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
float | DampingRatio | Damping ratio - only used when the type is set to SpringDamper. |
![]() |
float | InterpolationTime | Smoothing Time used to move smoothly across the blendpsace from the current parameters to the target parameters. |
![]() |
TEnumAsByte< EFilterInterpolationType > | InterpolationType | Type of smoothing used for filtering the input value to decide how to get to target. |
![]() |
float | MaxSpeed | Maximum speed, in real units. |