UE2:GUIButton (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
UE2Runtime Object >> GUI >> GUIComponent >> GUIButton
Package:
GUI
Direct subclasses:
GUIEditBox, GUIGFXButton, GUITabButton
This class in other games:

Class: GUI.GUIButton

GUIButton - The basic button class

Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved

Properties

Caption

Type: string

Modifiers: localized


Default values

Property Value
bAcceptsInput True
bCaptureMouse True
bMouseOverSound True
bTabStop True
OnClickSound CS_Click
StyleName "RoundButton"
WinHeight 0.04

Functions

Events

ButtonPressed

event ButtonPressed ()


ButtonReleased

event ButtonReleased ()


Other instance functions

InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIComponent.InitComponent


InternalOnKeyEvent

function bool InternalOnKeyEvent (out byte Key, out byte State, float delta)


InternalOnXControllerEvent

function bool InternalOnXControllerEvent (byte Id, GUI.eXControllerCodes iCode)