Unreal Engine 5: Easy Camera Zoom!

My favorite part of tinkering with Unreal has been finding solutions to problems I hadn’t expected!

The type of game I’m working on doesn’t really necessitate camera zoom functionality, but who doesn’t want to be able to zoom in on their character and check out their swag?!

Without further ado, here’s the Blueprint:

I’m using the Enhanced Input system to bind the zoom to the mouse wheel. You can play around with the min/max values on the clamps to get the zoom that’s right for you.

IA_CameraZoom is an Axis1D (float) Input Action.

Leave a Reply

Your email address will not be published. Required fields are marked *