Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UKismetMathLibrary
Description
Interpolate between A and B, applying an ease in/out function. Exp controls the degree of the curve.
| Name | FInterpEaseInOut |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h |
| Include Path | #include "Kismet/KismetMathLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/KismetMathLibrary.cpp |
UFUNCTION (BlueprintPure, Category="Math|Float")
static double FInterpEaseInOut
(
double A,
double B,
double Alpha,
double Exponent
)