blueprint

Calculate Focal Length

  • Exposure: public
  • UE Version: 5.0

avatar author

extralush

May 16, 2022, 9:29 am

Calculates the Focal Length of a camera based on the sensor width and the horizontal field of view.

FocalLength = ( ScreenWidth / Tan( FOV / 2 ) ) / 2

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v