How to allow the player to aim up in Behind View

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

chalupa44

New Member
Nov 24, 2005
43
0
0
Hey, I am having trouble allowing the player to aim up or down when in behind view. Does anyone know how I can turn the axis rotation on when I'm in behind view? Or perhaps another solution?

Thanks.

-chalupa
 
Jan 16, 2005
82
0
0
Raleigh, NC
www4.ncsu.edu
I don't think there is a boolean value that lets you change it from the normal way it works. So you may need to inherit and overwrite the AdjustAim() function in the player controller class.
 

zokrath

New Member
Dec 7, 2005
2
0
0
'Fly' cheat

You can aim normally in behindView when you are using the 'fly' command, so you may want to see what that command changes. I've no clue myself, it was just a thought.