The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

Difference between revisions of "UE3:DemoKismetInputInteraction (UT3)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Talk)
m (1 revision)
 
(No difference)

Latest revision as of 03:21, 26 July 2008

UT3 Object >> UIRoot >> Interaction >> DemoKismetInputInteraction
Package: 
UTGame
Within class: 
DemoPlayerController

interaction that checks for input matching any SeqEvent_DemoInput and if so activates them

Properties[edit]

InputEvents[edit]

Type: array<SeqEvent_DemoInput>


Default values[edit]

Property Value
OnReceivedNativeInputKey InputKey

Instance functions[edit]

InputKey[edit]

function bool InputKey (int ControllerId, name Key, Object.EInputEvent Event, float AmountDepressed, bool bGamepad)