I love the smell of UnrealEd crashing in the morning. – tarquin
UE3:Input (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UIRoot >> Interaction >> Input |
- Package:
- Engine
- Direct subclasses:
- EditorViewportInput, PlayerInput
- This class in other games:
- UDK
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[edit]
AxisArray[edit]
Modifiers: native, const, init
Bindings[edit]
Modifiers: config
CurrentDelta[edit]
Type: float
Modifiers: const
CurrentDeltaTime[edit]
Type: float
Modifiers: const
CurrentEvent[edit]
Type: Object.EInputEvent
Modifiers: const
NameToPtr[edit]
Type: Map{FName,void*}
Modifiers: native, const
PressedKeys[edit]
Modifiers: const
list of keys which this interaction handled a pressed event for
Structs[edit]
KeyBind[edit]
Modifiers: native
Functions[edit]
Exec functions[edit]
SetBind[edit]
Native functions[edit]
GetBind[edit]
ResetInput[edit]
native function ResetInput ()
Resets this input object, flushing all pressed keys and clearing all player 'input' variables.