Hi there,
I was digging how to get direction/angle from code to simplify my BP and this is what I found: the same functions are available as part of the UKismetMathLibrary as below
&
Taking a look at the implementation, we could even cut some corners (and avoid extra #includes) with something like
and then the BP can go from
To
Hope it helps. Regards