How I make 'camera mouse wheel zoom' run a little smoother?

i want to make ‘camera mouse wheel zoom’ work more smoother.
please advice to me:)

To get smooth camera zoom (or smooth out anything for that matter) you’ll need to interpolate that value instead of setting in fixed/equal increments while also remembering to use DeltaTime to ensure the behavior is not frame-rate dependent. There’s an example for camera zoom here using FInterp which you can learn more about here. Hope that helps.

Thx!!! so much~!:slight_smile: