There is no spoon

UE2:GUIComponent functions (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent (functions)
GUIComponent functions in other games:
UT2003, UT2004
Other member categories for this class:
delegates, properties

Functions[edit]

Static functions[edit]

MakeColorCode[edit]

static function string MakeColorCode (Object.Color NewColor)


StripColorCodes[edit]

static function string StripColorCodes (string InString)


Native functions[edit]

ActualHeight[edit]

native function float ActualHeight ()


ActualLeft[edit]

native function float ActualLeft ()


ActualTop[edit]

native function float ActualTop ()


ActualWidth[edit]

native function float ActualWidth ()


KillTimer[edit]

function native final KillTimer ()


SetTimer[edit]

function native final SetTimer (float Interval, optional bool bRepeat)


Events[edit]

Closed[edit]

event Closed (GUIComponent Sender, bool bCancelled)


FocusFirst[edit]

event bool FocusFirst (GUIComponent Sender)


FocusLast[edit]

event bool FocusLast (GUIComponent Sender)


Free[edit]

event Free ()


Hide[edit]

event Hide ()


LoseFocus[edit]

event LoseFocus (GUIComponent Sender)


MenuStateChange[edit]

event MenuStateChange (GUI.eMenuState Newstate)


NextControl[edit]

event bool NextControl (GUIComponent Sender)


NextPage[edit]

event bool NextPage ()


Opened[edit]

event Opened (GUIComponent Sender)


PrevControl[edit]

event bool PrevControl (GUIComponent Sender)


PrevPage[edit]

event bool PrevPage ()


SetFocus[edit]

event SetFocus (GUIComponent Who)


SetVisibility[edit]

event SetVisibility (bool bIsVisible)


Show[edit]

event Show ()


Timer[edit]

event Timer ()


Other instance functions[edit]

FillOwner[edit]

function FillOwner ()


InitComponent[edit]

function InitComponent (GUIController MyController, GUIComponent MyOwner)


InitDelegates[edit]

function InitDelegates ()


IsInBounds[edit]

function bool IsInBounds ()


IsInClientBounds[edit]

function bool IsInClientBounds ()


LoadINI[edit]

function string LoadINI ()


ParseOption[edit]

function string ParseOption (string URL, string Key, string DefaultVal)


PlayerOwner[edit]

function PlayerController PlayerOwner ()


SaveINI[edit]

function SaveINI (string Value)


SetFriendlyLabel[edit]

function SetFriendlyLabel (GUILabel NewLabel)


SetHint[edit]

function SetHint (string NewHint)


SetLinkOverrides[edit]

function SetLinkOverrides (GUIComponent cUp, GUIComponent cDown, GUIComponent cLeft, GUIComponent cRight)


SetLinks[edit]

function SetLinks (GUIComponent cUp, GUIComponent cDown, GUIComponent cLeft, GUIComponent cRight)