My program doesn't have bugs. It just develops random features.
UE2:GUIMultiColumnList (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIMultiColumnList |
Contents
- Package:
- XInterface
- Direct subclasses:
- AdminPlayerList, Browser_BuddyList, Browser_PlayersList, Browser_RulesList, Browser_ServersList
- This class in other games:
- UE2Runtime, UT2004
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. |
null
Properties
bInitialised
Type: bool
CellSpacing
Type: float
Default value: 1.0
ColumnHeadings
Type: string
Array size: 8
Modifiers: localized
counting on number of ColumnWidths to be <= # ColumnHeadings
ColumnWidths
ExpandLastColumn
Type: bool
InitColumnPerc
Used to initialize column width to screen-relative size (if desired)
InvSortData
NeedsSorting
Type: bool
SortColumn
Type: int
If -1 - dont sort
Default value: -1
SortData
Type: array<MultiColumnSortData>
SortDescending
Type: bool
Structs
MultiColumnSortData
Modifiers: native
Functions
Native functions
AddedItem
native final function AddedItem ()
ChangeSortOrder
native final function ChangeSortOrder ()
SortList
native final function SortList ()
UpdatedItem
native final function UpdatedItem (int i)
Events
GetSortString
OnColumnSized
event OnColumnSized (int column)
OnSortChanged
event OnSortChanged ()
Other instance functions
Clear
function Clear ()
Overrides: GUIListBase.Clear
GetCellLeftWidth
InitComponent
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIVertList.InitComponent
InternalOnPreDraw
RemovedCurrent
function RemovedCurrent ()