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