Change first person camera while aiming

denisfrs

Member
Hi!
I'm trying to change the first person camera FOV when the player aim down sights.

This is possible with built-in features of UCC? I know i can change the FOV of the main camera with states settings, it can be done for the first person camera?
 
Yes, you can either use the state system or set the field of view through script by getting a reference to the view type. Take a look at the docs for an example of getting the view type.
 
Top