blueprint

Calculate Dolly Zoom Field of View

  • Exposure: public
  • UE Version: 5.0

avatar author

extralush

May 16, 2022, 9:53 am

Calculates the Field of View offset to compensate for the Distance adjustment in a Dolly Zoom camera move. A Dolly Zoom move requires there to be a preset framing (the screen width) then when adjusting the Distance, the Field of View needs to be updated.

FieldOfView = Atan( ScreenWidth / ( 2 × distance ) ) × 2

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