Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE1:UWindowDialogControl (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl |
Contents
- Package:
- UWindow
- Direct subclasses:
- UWindowTextAreaControl, UWindowButton, UWindowComboControl, UWindowEditBox, UWindowEditControl, UWindowHSliderControl, UWindowLabelControl, UWindowListControl
- 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. |
UWindowDialogControl - a control which notifies a dialog control group
Properties
Align
Type: UWindowBase.TextAlign
bAcceptExternalDragDrop
Type: bool
bHasKeyboardFocus
Type: bool
bNoKeyboard
Type: bool
Font
Type: int
HelpText
Type: string
MinHeight
Type: float
minimum heights for layout control
MinWidth
Type: float
NotifyWindow
Type: UWindowDialogClientWindow
TabNext
Type: UWindowDialogControl
TabPrev
Type: UWindowDialogControl
Text
Type: string
TextColor
Type: Object.Color
TextX
Type: float
TextY
Type: float
changed by BeforePaint functions
Instance functions
BeforePaint
Overrides: UWindowWindow.BeforePaint
CheckExternalDrag
Created
function Created ()
Overrides: UWindowWindow.Created
ExternalDragOver
KeyDown
Overrides: UWindowWindow.KeyDown
KeyFocusEnter
function KeyFocusEnter ()
Overrides: UWindowWindow.KeyFocusEnter
KeyFocusExit
function KeyFocusExit ()
Overrides: UWindowWindow.KeyFocusExit
MouseEnter
function MouseEnter ()
Overrides: UWindowWindow.MouseEnter
MouseLeave
function MouseLeave ()
Overrides: UWindowWindow.MouseLeave
MouseMove
Overrides: UWindowWindow.MouseMove
Notify
function Notify (byte E)
Register
function Register (UWindowDialogClientWindow W)
SetFont
function SetFont (int NewFont)
SetHelpText
function SetHelpText (string NewHelpText)
SetText
function SetText (string NewText)
SetTextColor
function SetTextColor (Object.Color NewColor)