Always snap to grid
UE2:GUIComponent functions (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent (functions) |
- GUIComponent functions in other games:
- UT2003, UT2004
- Other member categories for this class:
- delegates, properties
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Functions[edit]
Static functions[edit]
MakeColorCode[edit]
static function string MakeColorCode (Object.Color NewColor)
StripColorCodes[edit]
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]
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]
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)