Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UKismetMathLibrary
Description
Constructs a quaternion corresponding to the rotation vector. The direction of the vector represents the rotation axis, and the magnitude the angle in degrees.
| Name | Quat_MakeFromRotationVector |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h |
| Include Path | #include "Kismet/KismetMathLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.inl |
UFUNCTION (BlueprintPure,
Meta=(DisplayName="Make from Rotation Vector (Quat)", ScriptMethod="MakeFromRotationVector"),
Category="Math|Quat")
static UE_FQuat Quat_MakeFromRotationVector
(
const FVector & V
)