I love the smell of UnrealEd crashing in the morning. – tarquin
UE1:UWindowListBox (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowListControl >> UWindowListBox |
Contents
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. |
UWindowListBox - a listbox
Properties[edit]
bCanDrag[edit]
Type: bool
bCanDragExternal[edit]
Type: bool
bDragging[edit]
Type: bool
DragY[edit]
Type: float
ItemHeight[edit]
Type: float
Default value: 10.0
SelectedItem[edit]
Type: UWindowListBoxItem
VertSB[edit]
Type: UWindowVScrollBar
Instance functions[edit]
BeforePaint[edit]
Overrides: UWindowDialogControl.BeforePaint
Created[edit]
function Created ()
Overrides: UWindowListControl.Created
DoubleClick[edit]
Overrides: UWindowWindow.DoubleClick
DoubleClickItem[edit]
function DoubleClickItem (UWindowListBoxItem I)
ExternalDragOver[edit]
Overrides: UWindowDialogControl.ExternalDragOver
GetItemAt[edit]
LMouseDown[edit]
Overrides: UWindowWindow.LMouseDown
MouseMove[edit]
Overrides: UWindowDialogControl.MouseMove
Paint[edit]
Overrides: UWindowWindow.Paint
Resized[edit]
function Resized ()
Overrides: UWindowWindow.Resized
SetSelected[edit]
SetSelectedItem[edit]
function SetSelectedItem (UWindowListBoxItem NewSelected)
Sort[edit]
function Sort ()