UE3:Input (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE3:KeyBind (UT3))
Object >> UIRoot >> Interaction >> Input |
- Package:
- Engine
- Direct subclasses:
- EditorViewportInput, PlayerInput
- This class in other games:
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. |
Input Object that maps key events to key bindings Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Properties
AxisArray
Modifiers: native, const, init
Bindings
Modifiers: config
CurrentDelta
Type: float
Modifiers: const
CurrentDeltaTime
Type: float
Modifiers: const
CurrentEvent
Type: Object.EInputEvent
Modifiers: const
NameToPtr
Type: Map{FName,void*}
Modifiers: native, const
PressedKeys
Modifiers: const
list of keys which this interaction handled a pressed event for
Structs
KeyBind
Modifiers: native
Functions
Exec functions
SetBind
Native functions
GetBind
ResetInput
native function ResetInput ()
Resets this input object, flushing all pressed keys and clearing all player 'input' variables.