Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE1:UWindowButton (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowButton |
Contents
- Package:
- UWindow
- Direct subclasses:
- UBrowserBrowserButton, UWindowCheckbox, UWindowComboButton, UWindowFrameCloseBox, UWindowSBDownButton, UWindowSBLeftButton, UWindowSBRightButton, UWindowSBUpButton, UWindowTabControlLeftButton, UWindowTabControlRightButton
- This class in other games:
- RTNP, UT
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
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
function MouseEnter ()
Overrides: UWindowDialogControl.MouseEnter
MouseLeave
function MouseLeave ()
Overrides: UWindowDialogControl.MouseLeave
Paint
Overrides: UWindowWindow.Paint
RClick
Overrides: UWindowWindow.RClick