Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMath
Description
Interpolate between A and B, applying an ease in/out function. Exp controls the degree of the curve.
| Name | InterpEaseInOut |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathUtility.h |
| Include Path | #include "Math/UnrealMathUtility.h" |
template<class T>
static T InterpEaseInOut
(
const T & A,
const T & B,
float Alpha,
float Exp
)