My program doesn't have bugs. It just develops random features.

UE1:UWindowList (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U1 Object >> UWindowList
Package: 
UWindow
Direct subclasses:
UBrowserPlayerList, UBrowserRulesList, UBrowserServerListFactory, UBrowserServerList, UBrowserSubsetList, UBrowserSupersetList, UWindowComboListItem, UWindowHotkeyWindowList, UWindowListBoxItem, UWindowMenuBarItem, UWindowPulldownMenuItem, UWindowTabControlItem
This class in other games:
UT, RTNP

UWindowList - a generic linked list class

Properties[edit]

Last[edit]

Type: UWindowList

Only valid for sentinel

Next[edit]

Type: UWindowList


Prev[edit]

Type: UWindowList


Sentinel[edit]

Type: UWindowList


Instance functions[edit]

Append[edit]

function UWindowList Append (class<UWindowListC)


AppendItem[edit]

function AppendItem (UWindowList NewElement)


Clear[edit]

function Clear ()


Compare[edit]

function bool Compare (UWindowList T, UWindowList B)

These things can be called on any element *********

CopyExistingListItem[edit]

function UWindowList CopyExistingListItem (class<UWindowListItemClass, UWindowList SourceItem)


Count[edit]

function int Count ()


CountShown[edit]

function int CountShown ()


DestroyList[edit]

function DestroyList ()


DestroyListItem[edit]

function DestroyListItem ()


FindEntry[edit]

function UWindowList FindEntry (int Index)


Insert[edit]

function UWindowList Insert (class<UWindowListC)


InsertBefore[edit]

function UWindowList InsertBefore (class<UWindowListC)


InsertItem[edit]

function InsertItem (UWindowList NewElement)


InsertItemAfter[edit]

function InsertItemAfter (UWindowList NewElement, optional bool bCheckShowItem)


InsertItemBefore[edit]

function InsertItemBefore (UWindowList NewElement)


MoveItemSorted[edit]

function MoveItemSorted (UWindowList Item)

These things can only be called on the sentinel *********

NextShown[edit]

function UWindowList NextShown ()


PrevShown[edit]

function UWindowList PrevShown ()


Remove[edit]

function Remove ()


SetupSentinel[edit]

function SetupSentinel ()


ShowThisItem[edit]

function bool ShowThisItem ()


Sort[edit]

function UWindowList Sort ()


Validate[edit]

function Validate ()