How would you move a camera actor location when clicking on a widget button?

Hello Devs!

The title mainly describes what I am doing, I have a main menu level, with a Widget for the buttons etc. I would like to move the camera location on the level using a lerp or timeline from its current location at (X=-6.000000,Y=-343.000000,Z=159.000000) to an empty actor location at (X=-6.000000,Y=-343.000000,Z=-213.000000).

I want to achieve this when the Champions button is clicked, the camera will only change on the Z axis. I have no idea where to start.

Imgur

Imgur

Is this even possible or am I trying to overcomplicate things?

Thanks!

So I managed to get the camera to change locations using the following:

Imgur

However, it is not smooth.