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:
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. |
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
AppendItem
function AppendItem (UWindowList NewElement)
Clear
function Clear ()
Compare
These things can be called on any element *********
CopyExistingListItem
Count
function int Count ()
CountShown
function int CountShown ()
DestroyList
function DestroyList ()
DestroyListItem
function DestroyListItem ()
FindEntry
function UWindowList FindEntry (int Index)
Insert
InsertBefore
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 ()