Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE1:UWindowGrid (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowGrid |
Contents
- Package:
- UWindow
- Direct subclasses:
- UBrowserPlayerGrid, UBrowserRulesGrid, UBrowserServerGrid
- 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. |
UWindowGrid - a grid with sizable columns and clickable column headings.
Properties
bShowHorizSB
Type: bool
bSizingColumn
Type: bool
ClientArea
Type: UWindowGridClient
FirstColumn
Type: UWindowGridColumn
HorizSB
Type: UWindowHScrollBar
LastColumn
Type: UWindowGridColumn
RowHeight
Type: float
Default value: 10.0
TopRow
Type: int
VertSB
Type: UWindowVScrollBar
Instance functions
AddColumn
BeforePaint
Overrides: UWindowWindow.BeforePaint
Created
function Created ()
Overrides: UWindowWindow.Created
DoubleClickRow
function DoubleClickRow (int Row)
KeyDown
Overrides: UWindowWindow.KeyDown
MouseLeaveColumn
function MouseLeaveColumn (UWindowGridColumn Column)
Paint
Overrides: UWindowWindow.Paint
PaintColumn
Resized
function Resized ()
Overrides: UWindowWindow.Resized
RightClickRow
SelectRow
function SelectRow (int Row)
SortColumn
function SortColumn (UWindowGridColumn Column)