top of page

Tips Third Person Camera System

In this post you'll find some helpful tips about the Third Person Camera System.

0-This is an important one.

If you want to customize the variables, you simply have to go to SetCameraPositionGraph, where you'll find all the variables, that you can customize. In this graph you'll find:

Location variables (To set the camera position when Crouched, Standing, Aiming, Camera Close/Away);

Float variables (To set the transition times. Each transition has his own time);

Bool variables.

1- You've probably noticed that there are 2 main colors in the character blueprint. It's because the Magenta represents the important part and the Cyan the character part.

2- This project allows you to have a SmartCamera! You can set your camera to make alternate aim sides everytime you go left or right, simply by coding a little bit.

(Th: Because SetCameraPosition is connected to event tick, it will automatically update the variables.)

Featured Posts
Recent Posts
Archive
Search By Tags
No tags yet.
Follow Us
  • Facebook Basic Square
  • Twitter Basic Square
  • Google+ Basic Square
bottom of page