Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE3:PlayerInput internal variables (UDK)

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

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


AutoUnlockTurnTime

Type: float

Modifiers: transient

Time remaining to disable bLockTurnUntilRelease

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

bLockTurnUntilRelease

Type: bool

Modifiers: transient

If TRUE turn input will be ignored until the stick is released

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