Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE1:UWindowList (U1)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U1 Object >> UWindowList

Contents

Package: 
UWindow
Direct subclasses:
UBrowserPlayerList, UBrowserRulesList, UBrowserServerListFactory, UBrowserServerList, UBrowserSubsetList, UBrowserSupersetList, UWindowComboListItem, UWindowHotkeyWindowList, UWindowListBoxItem, UWindowMenuBarItem, UWindowPulldownMenuItem, UWindowTabControlItem
This class in other games:
RTNP, UT

UWindowList - a generic linked list class

[edit] Properties

[edit] Last

Type: UWindowList

Only valid for sentinel

[edit] Next

Type: UWindowList


[edit] Prev

Type: UWindowList


[edit] Sentinel

Type: UWindowList


[edit] Instance functions

[edit] Append

function UWindowList Append (class<UWindowListC)


[edit] AppendItem

function AppendItem (UWindowList NewElement)


[edit] Clear

function Clear ()


[edit] Compare

function bool Compare (UWindowList T, UWindowList B)

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

[edit] CopyExistingListItem

function UWindowList CopyExistingListItem (class<UWindowListItemClass, UWindowList SourceItem)


[edit] Count

function int Count ()


[edit] CountShown

function int CountShown ()


[edit] DestroyList

function DestroyList ()


[edit] DestroyListItem

function DestroyListItem ()


[edit] FindEntry

function UWindowList FindEntry (int Index)


[edit] Insert

function UWindowList Insert (class<UWindowListC)


[edit] InsertBefore

function UWindowList InsertBefore (class<UWindowListC)


[edit] InsertItem

function InsertItem (UWindowList NewElement)


[edit] InsertItemAfter

function InsertItemAfter (UWindowList NewElement, optional bool bCheckShowItem)


[edit] InsertItemBefore

function InsertItemBefore (UWindowList NewElement)


[edit] MoveItemSorted

function MoveItemSorted (UWindowList Item)

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

[edit] NextShown

function UWindowList NextShown ()


[edit] PrevShown

function UWindowList PrevShown ()


[edit] Remove

function Remove ()


[edit] SetupSentinel

function SetupSentinel ()


[edit] ShowThisItem

function bool ShowThisItem ()


[edit] Sort

function UWindowList Sort ()


[edit] Validate

function Validate ()