How to scale UMG via mouse wheel?

You can set up an event which sets (add or subtract) values from the Render Transform (break the struct and you find the scale) of the Main Canvas in your UMG widget.

Then you can trigger that event with the Mouse Wheel Down and Mouse Wheel Up Event.