What is the unit of Angular Velocity?

Self-explanatory title, I’m trying to figure out what AV is measured in, is it Degress-Per-Second or Radians-Per-Second?

The reason I ask is because the numbers in my case are really high… like in the 6-digit area which seems pretty insane!

The International System Of Unit of angular velocity is radians per second.

Awesome, thanks :)!

Are we talking about units in Unreal Engine? Everything I’ve seen in Unreal Engine is in degrees. Could you point to some documentation that says that unreal uses rad/s?

Making this the answer

The unit of angular speed is not rad/s! Looking at the UE4 source code, it is indeed
Degrees per second

Here is the source snippet: