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/Private/KismetMathLibrary.cpp |
static void GetYawPitchFromVector
&40;
FVector InVec,
float & Yaw,
float & Pitch
&41;
Remarks
Breaks a vector apart into Yaw, Pitch rotation values given in degrees. (non-clamped)