Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:GUIComponent delegates (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent (delegates)

Contents

GUIComponent delegates in other games:
UT2003, UT2004
Other member categories for this class:
functions, properties

[edit] Delegates

[edit] OnActivate

delegate OnActivate ()


[edit] OnCapturedMouseMove

delegate bool OnCapturedMouseMove (float deltaX, float deltaY)


[edit] OnChange

delegate OnChange (GUIComponent Sender)


[edit] OnClick

delegate bool OnClick (GUIComponent Sender)


[edit] OnDblClick

delegate bool OnDblClick (GUIComponent Sender)


[edit] OnDeActivate

delegate OnDeActivate ()


[edit] OnDraw

delegate bool OnDraw (Canvas Canvas)


[edit] OnHide

delegate OnHide ()


[edit] OnHitTest

delegate OnHitTest (float MouseX, float MouseY)


[edit] OnInvalidate

delegate OnInvalidate (GUIComponent Who)


[edit] OnKeyEvent

delegate bool OnKeyEvent (out byte Key, out byte State, float delta)


[edit] OnKeyType

delegate bool OnKeyType (out byte Key, optional string Unicode)


[edit] OnLoadINI

delegate OnLoadINI (GUIComponent Sender, string s)


[edit] OnMessage

delegate OnMessage (coerce string Msg, float MsgLife)


[edit] OnMousePressed

delegate OnMousePressed (GUIComponent Sender, bool bRepeat)


[edit] OnMouseRelease

delegate OnMouseRelease (GUIComponent Sender)


[edit] OnPreDraw

delegate bool OnPreDraw (Canvas Canvas)


[edit] OnRawXController

delegate bool OnRawXController (byte Id, out byte Key, out byte State, out float Axis)


[edit] OnRender

delegate OnRender (Canvas Canvas)


[edit] OnRightClick

delegate bool OnRightClick (GUIComponent Sender)


[edit] OnSaveINI

delegate string OnSaveINI (GUIComponent Sender)


[edit] OnShow

delegate OnShow ()


[edit] OnWatch

delegate OnWatch ()


[edit] OnXControllerEvent

delegate bool OnXControllerEvent (byte Id, GUI.eXControllerCodes iCode)