Hello, I would like to place a camera, that is, the view of my character in a fixed way, so that I can only see his surroundings, how can I do this? Thanks
Create and then load top down or 3rd person starter project. It is done there.
Or do this:
- add scene component to character blueprint, this will be origin/handling component for camera
- add camera arm to scene component (place it on scene component)
- add camera to camera arm component
Now you can move/rotate scene component, and camera arm arm to position camera in way you want
And last part is adding code that rotates scene and camera arm in way you need.
A first person perspective view?