Unreal Engine Blueprint API Reference > Math > Vector
Breaks a direction vector apart into Azimuth (Yaw) and Elevation (Pitch) rotation values given in degrees. (non-clamped) Relative to the provided reference frame (an Actor's WorldTransform for example)
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
vector | In Direction | |
transform | Reference Frame |
Outputs
Type | Name | Description |
---|---|---|
real | Azimuth | |
real | Elevation |