Hi, I am new to Unreal Engine. I am currently trying to create a product configurator using Blueprints that should look like this.
Left part will be a display box where my camera can rotate and zoom, right will be for my buttons, and other product information.
My problem is, I could not find a way to create a custom display box. When I am in gamemode, it always appears in full resolution. Below is my current progress.
I tried moving the position of my camera so that the model will be placed on the left side of the screen, but when I move it with the camera, it is still on the center.
I am using a Camera Pawn with Springarm.
Is there a way to create a custom shaped display that is not the size of the full resolution? In such a way I can show a camera display on the left then, product information on the right?
Hope anyone can help me with this.