Gah - a solution with more questions. – EntropicLqd

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

Last

Type: UWindowList

Only valid for sentinel

Next

Type: UWindowList


Prev

Type: UWindowList


Sentinel

Type: UWindowList


Instance functions

Append

function UWindowList Append (class<UWindowListC)


AppendItem

function AppendItem (UWindowList NewElement)


Clear

function Clear ()


Compare

function bool Compare (UWindowList T, UWindowList B)

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

CopyExistingListItem

function UWindowList CopyExistingListItem (class<UWindowListItemClass, UWindowList SourceItem)


Count

function int Count ()


CountShown

function int CountShown ()


DestroyList

function DestroyList ()


DestroyListItem

function DestroyListItem ()


FindEntry

function UWindowList FindEntry (int Index)


Insert

function UWindowList Insert (class<UWindowListC)


InsertBefore

function UWindowList InsertBefore (class<UWindowListC)


InsertItem

function InsertItem (UWindowList NewElement)


InsertItemAfter

function InsertItemAfter (UWindowList NewElement, optional bool bCheckShowItem)


InsertItemBefore

function InsertItemBefore (UWindowList NewElement)


MoveItemSorted

function MoveItemSorted (UWindowList Item)

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

NextShown

function UWindowList NextShown ()


PrevShown

function UWindowList PrevShown ()


Remove

function Remove ()


SetupSentinel

function SetupSentinel ()


ShowThisItem

function bool ShowThisItem ()


Sort

function UWindowList Sort ()


Validate

function Validate ()