HI, first of all I’m very new to Unreal, and I don’t really have c++ experience so I’m using Blueprints.
Now what I like to be able to make is a DMC 5 style lock on where once locked onto an enemy, the camera keeps both the player and the enemy in the screen while still allowing the player to rotate the camera around them.
Most tutorials are on making a souls style hard lock on where the camera goes behind the players and locks there. Even the ones that says it’s a dmc style lock on.
I was able to make a system where the camera locks onto the midpoint between the actors and moves in and out depending on the distance of the actors which keeps them in screen at all times but the camera is locked and now it’s like I’m basically playing a 2.5D fighting game like dead or alive.
I’m not looking for an in-depth guide or a tutorial but anything to point me in the right direction.
Thank you.