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

Legacy:UWindowCheckbox

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 12:08, 3 November 2003 by Wormbo (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT :: UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowButton >> UWindowCheckbox (Package: UWindow)

A checkbox.

Properties

bool bChecked 
Whether the checkbox is checked.

Methods

Inherited from UWindowWindow

BeforePaint (Canvas C, float X, float Y) 
Calls the UWindowLookAndFeel.Checkbox_SetupSizes function of the current LookAndFeel class.
LMouseUp (float X, float Y) 
Changes the checked state of the checkbox if it's not disabled.
Paint (Canvas C, float X, float Y) 
Calls the UWindowLookAndFeel.Checkbox_Draw function of the current LookAndFeel class.