UE2:GUIMultiColumnList (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIMultiColumnList |
- Package:
- XInterface
- Direct subclasses:
- MyTestMultiColumnList, AdminPlayerList, Browser_BuddyList, Browser_PlayersList, Browser_RulesList, Browser_ServersList, GUI2K4MultiColumnList, KickVoteMultiColumnList, MapVoteCountMultiColumnList, MapVoteMultiColumnList, PlayInfoList, PlayerInfoMultiColumnList, ServerBrowserMCList, UT2K4FilterSummaryList
- This class in other games:
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
Property group 'GUIMultiColumnList'
CellSpacing
Type: float
Default value: 1.0
ColumnHeadingHints
Modifiers: localized
ColumnHeadings
Modifiers: localized
ColumnWidths
Modifiers: const, editconst
ExpandLastColumn
Type: bool
InitColumnPerc
NeedsSorting
Type: bool
Will automatically sort when this is true
SortColumn
Type: int
Column that is currently used for sorting ( -1 for no sorting )
SortDescending
Type: bool
Used by native sorting to determine which direction to sort
Internal variables
InvSortData
Modifiers: const
Used for keeping same item selected after sorting
SortData
Type: array<MultiColumnSortData>
Modifiers: const
Filled with results of GetSortString()
Default values
Property | Value |
---|---|
OnPreDraw | InternalOnPreDraw |
Structs
MultiColumnSortData
Modifiers: native, init
- string SortString
- Set by GetSortString()
- int SortItem
- Should be the index into your array for the corresponding SortString
Delegates
GetSortString
OnColumnSized
delegate OnColumnSized (int column)
Functions
Native functions
AddedItem
native final function AddedItem (optional int YourArrayIndex)
ChangeSortOrder
native final function ChangeSortOrder ()
GetListIndex
RemovedItem
native final function RemovedItem (int YourArrayIndex)
SortList
native final function SortList ()
UpdatedItem
native final function UpdatedItem (int YourArrayIndex)
Events
InitializeColumns
event InitializeColumns (Canvas C)
OnSortChanged
event OnSortChanged ()
ResolutionChanged
Overrides: GUIComponent.ResolutionChanged
Other instance functions
Clear
function Clear ()
Overrides: GUIListBase.Clear
CurrentListId
function int CurrentListId ()
Dump
function Dump ()
GetCellLeftWidth
InternalOnPreDraw
RemovedCurrent
function RemovedCurrent ()
Sort
function Sort ()
Overrides: GUIListBase.Sort