BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Interpolation
Tries to reach Target rotation at a constant rate.
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
rotator | Current | Actual rotation |
rotator | Target | Target rotation |
real | Delta Time | Time since last tick |
real | Interp Speed | Interpolation speed |
Outputs
Type | Name | Description |
---|---|---|
rotator | Return Value | New interpolated position |