Moving a camera between locations via UMG

Hi,

I am working on a simple architectural scene. I have three camera positions and am using a widget to move the camera position between three set viewpoints.

However, during the transitions I would like the camera to look at the building and not look off in other directions. I cant figure out how to get the camera centred on the scene while it moves between the set locations.

Can anyone help me out with this please?

You need to use a “FindLookAtRotation” set and the rotation of your actual view camera. Use the Building’s location as Target.

You want “Find Look at Rotation”.

I did a quick search. I think this video should help you Unreal Engine 4 Blueprint Camera Tutorial - Look At, Targeting, Zooming, Rotating - YouTube.

Hey there, afaik using view target with blend you don’t have that type of control, he just blends the best way he sees fit. You can try to force the camera rotation on tick to always point to the building, be i’m not sure if that works because while blending he’s setting location and rotation, but try it. Besides that, you can do is make a camera transition actor that starts on the location of your current camera and then you blend the location manually, but the rotation is set by you to do a look at to the building.