Mostly Harmless

UE3:PlayerInput internal variables (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> UIRoot >> Interaction >> Input >> PlayerInput (internal variables)
PlayerInput internal variables in other games:
UDK
Other member categories for this class:
defaults

Internal variables[edit]

aBaseX[edit]

Type: float

Modifiers: input


aBaseY[edit]

Type: float

Modifiers: input


aBaseZ[edit]

Type: float

Modifiers: input


aForward[edit]

Type: float

Modifiers: input


aLookUp[edit]

Type: float

Modifiers: input


aMouseX[edit]

Type: float

Modifiers: input


aMouseY[edit]

Type: float

Modifiers: input


aPS3AccelX[edit]

Type: float

Modifiers: input


aPS3AccelY[edit]

Type: float

Modifiers: input


aPS3AccelZ[edit]

Type: float

Modifiers: input


aPS3Gyro[edit]

Type: float

Modifiers: input


aStrafe[edit]

Type: float

Modifiers: input


aTurn[edit]

Type: float

Modifiers: input


aUp[edit]

Type: float

Modifiers: input


bEdgeBack[edit]

Type: bool


bEdgeForward[edit]

Type: bool


bEdgeLeft[edit]

Type: bool


bEdgeRight[edit]

Type: bool


bEnableFOVScaling[edit]

Type: bool

if true, mouse smoothing is enabled

bEnableMouseSmoothing[edit]

Type: bool

Modifiers: globalconfig


Default value: True

bInvertMouse[edit]

Type: bool

Modifiers: globalconfig


bInvertTurn[edit]

Type: bool

Modifiers: globalconfig

if true, mouse y axis is inverted from normal FPS mode

bStrafe[edit]

Type: byte

Modifiers: input


bUsingGamepad[edit]

Type: bool

Modifiers: const

Player is giving input through a gamepad

bWasBack[edit]

Type: bool


bWasForward[edit]

Type: bool

if true, mouse x axis is inverted from normal FPS mode

bWasLeft[edit]

Type: bool


bWasRight[edit]

Type: bool


bXAxis[edit]

Type: byte

Modifiers: input


bYAxis[edit]

Type: byte

Modifiers: input


DoubleClickTime[edit]

Type: float

Modifiers: globalconfig

max double click interval for double click move

Default value: 0.25

DoubleClickTimer[edit]

Type: float


LastAxisKeyName[edit]

Type: name

Modifiers: const


MouseSamples[edit]

Type: int

Current average mouse movement/sample

Default value: 1

MouseSamplingTotal[edit]

Type: float

Number of mouse samples since mouse movement has been zero

Default value: 0.0083

MouseSensitivity[edit]

Type: float

Modifiers: globalconfig

stores time of first click for potential double click

Default value: 30.0

RawJoyLookRight[edit]

Type: float

Modifiers: transient

Joypad right thumbstick, horizontal axis. Range [-1,+1]

RawJoyLookUp[edit]

Type: float

Modifiers: transient

Joypad right thumbstick, vertical axis. Range [-1,+1]

RawJoyRight[edit]

Type: float

Modifiers: transient

Joypad left thumbstick, horizontal axis. Range [-1,+1]

RawJoyUp[edit]

Type: float

Modifiers: transient

Joypad left thumbstick, vertical axis. Range [-1,+1]

SmoothedMouse[edit]

Type: float

Array size: 2

How long received mouse movement has been zero.

ZeroTime[edit]

Type: float

Array size: 2