Convert FVector2D to angle in C++

How can I convert an FVector2D to an angle in UE5 C++?

Try UKismetMathLibrary::Atan2 | Unreal Engine Documentation

1 Like