Hello !
I’m new to Unreal and I’m following tutorials but I can’t seem to find how to do this
I’m making a 2d puzzle game for 4 players. The levels are simple scenes. I want the camera to face a sprite and the sprite should take up the entire field of view.
I found how to force players into the camera, but I can’t seem to find how to tell the camera “you will display the space occupied by this sprite”.
Do I have to set it up by hand ? Or is there any simple way to tell the camera the precise area it should display ?
Regards