I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:UtvInputPage (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K3GUIPage >> UtvInputPage
Package: 
UTV2004c


Properties[edit]

bIgnoreKeys[edit]

Type: bool


TypedStr[edit]

Type: string


Default values[edit]

Property Value
bAllowedAsLast True
bRenderWorld True
bRequire640x480 False
OnDraw MyOnDraw
OnKeyEvent MyOnKeyEvent
OnKeyType MyOnKeyType

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


Other instance functions[edit]

MyOnDraw[edit]

function bool MyOnDraw (Canvas canvas)


MyOnKeyEvent[edit]

function bool MyOnKeyEvent (out byte Key, out byte Action, float delta)


MyOnKeyType[edit]

function bool MyOnKeyType (out byte Key, optional string Unicode)