Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetMathLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h |
| Include | #include "Kismet/KismetMathLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.inl |
static FQuat Quat_Slerp
&40;
const FQuat & A,
const FQuat & B,
double Alpha
&41;
Remarks
Spherical interpolation between Quaternions. Result is normalized. Quat after spherical interpolation
Parameters
| Name | Description |
|---|---|
| A | The starting quat we interp from |
| B | The target quat we interp to |
| Alpha | The interpolation amount, usually 0 to 1. |