Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:UtvInputPage (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K3GUIPage >> UtvInputPage
Package: 
UTV2004c


Properties

bIgnoreKeys

Type: bool


TypedStr

Type: string


Default values

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

Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


Other instance functions

MyOnDraw

function bool MyOnDraw (Canvas canvas)


MyOnKeyEvent

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


MyOnKeyType

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