Mostly Harmless
UE1:UWindowButton (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowButton |
Contents
- Package:
- UWindow
- Direct subclasses:
- MatchButton, NotifyButton, UBrowserBrowserButton, UMenuRaisedButton, UWindowCheckbox, UWindowComboButton, UWindowComboLeftButton, UWindowComboRightButton, UWindowFrameCloseBox, UWindowSBDownButton, UWindowSBLeftButton, UWindowSBRightButton, UWindowSBUpButton, UWindowSmallButton, UWindowSmallCancelButton, UWindowTabControlLeftButton, UWindowTabControlRightButton
- This class in other games:
- RTNP, U1
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. |
UWindowButton - A button
Properties
bDisabled
Type: bool
bStretched
Type: bool
bUseRegion
Type: bool
DisabledRegion
Type: UWindowBase.Region
DisabledTexture
Type: Texture
DownRegion
Type: UWindowBase.Region
DownSound
Type: Sound
DownTexture
Type: Texture
ImageX
Type: float
ImageY
Type: float
OverRegion
Type: UWindowBase.Region
OverSound
Type: Sound
OverTexture
Type: Texture
RegionScale
Type: float
ToolTipString
Type: string
UpRegion
Type: UWindowBase.Region
UpTexture
Type: Texture
Default values
Property | Value |
---|---|
bIgnoreLDoubleClick | True |
bIgnoreMDoubleClick | True |
bIgnoreRDoubleClick | True |
Instance functions
BeforePaint
Overrides: UWindowDialogControl.BeforePaint
Click
Overrides: UWindowWindow.Click
Created
function Created ()
Overrides: UWindowDialogControl.Created
DoubleClick
Overrides: UWindowWindow.DoubleClick
KeyDown
Overrides: UWindowDialogControl.KeyDown
MClick
Overrides: UWindowWindow.MClick
MouseEnter
simulated function MouseEnter ()
Overrides: UWindowDialogControl.MouseEnter
MouseLeave
function MouseLeave ()
Overrides: UWindowDialogControl.MouseLeave
Paint
Overrides: UWindowWindow.Paint
RClick
Overrides: UWindowWindow.RClick