Navigation
Unreal Engine C++ API Reference > 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 FRotator RInterpTo_Constant
&40;
FRotator Current,
FRotator Target,
float DeltaTime,
float InterpSpeed
&41;
Remarks
Tries to reach Target rotation at a constant rate.
FRotator New interpolated position
Parameters
Name | Description |
---|---|
Current | Actual rotation |
Target | Target rotation |
DeltaTime | Time since last tick |
InterpSpeed | Interpolation speed |