Needing help creating a camera that will track two characters at the same time. This camera will need to move left and right and zoom in and out depending on the distance and positioning of the characters all help appreciated. I have tried following a wiki but there’s an area I get stuck on
Zoom in and out is easy i think, get distance between 2 characters and use that range to zoom in/out camera (i would use map range and clamp)
if you want to move camera left and right, i found something here: How to find the middle point between two vectors - Blueprint - Epic Developer Community Forums
Thank you for the message. Any idea what nodes I will need I am a complete beginner so any help with this would help