In most 3D platformers, when you move your character left or right, the camera automatically pans along with the player, without requiring any input to the right stick. This is called Yaw Following, I think?
For example, if you’re moving forward but slightly right, the camera will pan slightly right. If you move sharply right, so does the camera.
How would I replicate this behavior in Unreal Engine 5 blueprints? In my prototype’s current state, I can move my camera with the right stick, but it always remains in the position I last left it in and does not adjust to player movement.