I'm a doctor, not a mechanic
UE2:PlayerInput (UT2004)
Object >> PlayerInput |
Contents
- 1 Properties
- 1.1 bAdjustSampling
- 1.2 bEdgeBack
- 1.3 bEdgeForward
- 1.4 bEdgeLeft
- 1.5 bEdgeRight
- 1.6 bEnableDodging
- 1.7 bInvertMouse
- 1.8 bWasBack
- 1.9 bWasForward
- 1.10 bWasLeft
- 1.11 bWasRight
- 1.12 DoubleClickTime
- 1.13 DoubleClickTimer
- 1.14 MaybeTime
- 1.15 MouseAccelThreshold
- 1.16 MouseSamples
- 1.17 MouseSamplingTime
- 1.18 MouseSensitivity
- 1.19 MouseSmoothingMode
- 1.20 MouseSmoothingStrength
- 1.21 OldSamples
- 1.22 SamplingTime
- 1.23 SmoothedMouse
- 1.24 ZeroTime
- 2 Functions
- Package:
- Engine
- Within class:
- PlayerController
- Direct subclass:
- XBoxPlayerInput
- This class in other games:
- U2XMP, U2, UE2Runtime, UT2003, UDK, UT3
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. |
PlayerInput Object within playercontroller that manages player input. only spawned on client
Properties[edit]
bAdjustSampling[edit]
Type: bool
Default value: True
bEdgeBack[edit]
Type: bool
bEdgeForward[edit]
Type: bool
bEdgeLeft[edit]
Type: bool
bEdgeRight[edit]
Type: bool
bEnableDodging[edit]
Type: bool
Modifiers: globalconfig
Default value: True
bInvertMouse[edit]
Type: bool
Modifiers: globalconfig
bWasBack[edit]
Type: bool
bWasForward[edit]
Type: bool
used for doubleclick move
bWasLeft[edit]
Type: bool
bWasRight[edit]
Type: bool
DoubleClickTime[edit]
Type: float
Modifiers: globalconfig
Default value: 0.25
DoubleClickTimer[edit]
Type: float
max double click interval for double click move
MaybeTime[edit]
Type: float
Array size: 2
MouseAccelThreshold[edit]
Type: float
Modifiers: globalconfig
MouseSamples[edit]
Type: int
Array size: 2
MouseSamplingTime[edit]
Type: float
Modifiers: globalconfig
Default value: 0.008333
MouseSensitivity[edit]
Type: float
Modifiers: globalconfig
Default value: 3.0
MouseSmoothingMode[edit]
Type: byte
Modifiers: globalconfig
Default value: 1
MouseSmoothingStrength[edit]
Type: float
Modifiers: globalconfig
Default value: 0.3
OldSamples[edit]
Type: float
Array size: 4
SamplingTime[edit]
Type: float
Array size: 2
SmoothedMouse[edit]
Type: float
Array size: 2
ZeroTime[edit]
Type: float
Array size: 2