Mostly Harmless
UE3:PlayerInput internal variables (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> UIRoot >> Interaction >> Input >> PlayerInput (internal variables) |
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
[edit] Internal variables
[edit] aBaseX
Type: float
Modifiers: input
[edit] aBaseY
Type: float
Modifiers: input
[edit] aBaseZ
Type: float
Modifiers: input
[edit] aForward
Type: float
Modifiers: input
[edit] aLookUp
Type: float
Modifiers: input
[edit] aMouseX
Type: float
Modifiers: input
[edit] aMouseY
Type: float
Modifiers: input
[edit] aPS3AccelX
Type: float
Modifiers: input
[edit] aPS3AccelY
Type: float
Modifiers: input
[edit] aPS3AccelZ
Type: float
Modifiers: input
[edit] aPS3Gyro
Type: float
Modifiers: input
[edit] aStrafe
Type: float
Modifiers: input
[edit] aTurn
Type: float
Modifiers: input
[edit] aUp
Type: float
Modifiers: input
[edit] bEdgeBack
Type: bool
[edit] bEdgeForward
Type: bool
[edit] bEdgeLeft
Type: bool
[edit] bEdgeRight
Type: bool
[edit] bEnableFOVScaling
Type: bool
if true, mouse smoothing is enabled
[edit] bEnableMouseSmoothing
Type: bool
Modifiers: globalconfig
Default value: True
[edit] bInvertMouse
Type: bool
Modifiers: globalconfig
[edit] bInvertTurn
Type: bool
Modifiers: globalconfig
if true, mouse y axis is inverted from normal FPS mode
[edit] bStrafe
Type: byte
Modifiers: input
[edit] bUsingGamepad
Type: bool
Modifiers: const
Player is giving input through a gamepad
[edit] bWasBack
Type: bool
[edit] bWasForward
Type: bool
if true, mouse x axis is inverted from normal FPS mode
[edit] bWasLeft
Type: bool
[edit] bWasRight
Type: bool
[edit] bXAxis
Type: byte
Modifiers: input
[edit] bYAxis
Type: byte
Modifiers: input
[edit] DoubleClickTime
Type: float
Modifiers: globalconfig
max double click interval for double click move
Default value: 0.25
[edit] DoubleClickTimer
Type: float
[edit] LastAxisKeyName
Type: name
Modifiers: const
[edit] MouseSamples
Type: int
Current average mouse movement/sample
Default value: 1
[edit] MouseSamplingTotal
Type: float
Number of mouse samples since mouse movement has been zero
Default value: 0.0083
[edit] MouseSensitivity
Type: float
Modifiers: globalconfig
stores time of first click for potential double click
Default value: 30.0
[edit] RawJoyLookRight
Type: float
Modifiers: transient
Joypad right thumbstick, horizontal axis. Range [-1,+1]
[edit] RawJoyLookUp
Type: float
Modifiers: transient
Joypad right thumbstick, vertical axis. Range [-1,+1]
[edit] RawJoyRight
Type: float
Modifiers: transient
Joypad left thumbstick, horizontal axis. Range [-1,+1]
[edit] RawJoyUp
Type: float
Modifiers: transient
Joypad left thumbstick, vertical axis. Range [-1,+1]
[edit] SmoothedMouse
Type: float
Array size: 2
How long received mouse movement has been zero.
[edit] ZeroTime
Type: float
Array size: 2
