Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > FMath
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathUtility.h |
Include | #include "Math/UnrealMathUtility.h" |
Source | /Engine/Source/Runtime/Core/Private/Math/UnrealMath.cpp |
static FVector VInterpNormalRotationTo
&40;
const FVector & Current,
const FVector & Target,
float DeltaTime,
float RotationSpeedDegrees
&41;
Remarks
Interpolate a normal vector Current to Target, by interpolating the angle between those vectors with constant step.