blueprint

Calculate Field of View

  • Exposure: public
  • UE Version: 5.0

avatar author

extralush

May 16, 2022, 9:16 am

Function to calculate the horizontal field of view. Unreal uses the horizontal field of view for camera calculations. You can access the current field of view from the camera, however this is useful for calculating FOV values other than the current.

FieldOfView = 2 × Atan ( CameraSensorWidth / ( 2 × FocalLength ) )

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