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
| Object >> UWindowList |
- Package:
- UWindow
- Direct subclasses:
- UBrowserPlayerList, UBrowserRulesList, UBrowserServerListFactory, UBrowserServerList, UBrowserSubsetList, UBrowserSupersetList, UWindowComboListItem, UWindowHotkeyWindowList, UWindowListBoxItem, UWindowMenuBarItem, UWindowPulldownMenuItem, UWindowTabControlItem
- This class in other games:
- RTNP, UT
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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<UWindowList> C)
[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<UWindowList> ItemClass, 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<UWindowList> C)
[edit] InsertBefore
function UWindowList InsertBefore (class<UWindowList> C)
[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 ()
