UE2:GUIList instance functions (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
![]() |
Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIList (instance functions) |
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. |
Instance functions
Add
AddElement
function AddElement (GUI.GUIListElem NewElem)
Clear
function Clear ()
Overrides: GUIListBase.Clear
ClearPendingElements
function ClearPendingElements ()
Overrides: GUIListBase.ClearPendingElements
Find
FindExtra
FindIndex
function int FindIndex (string Test, optional bool bExact, optional bool bExtra, optional Object TestObject)
FindItemObject
Get
GetAtIndex
GetExtra
function string GetExtra ()
GetExtraAtIndex
GetItemAtIndex
Overrides: GUIListBase.GetItemAtIndex
GetObject
function Object GetObject ()
GetObjectAtIndex
GetPendingElements
Insert
function Insert (int i, string NewItem, optional Object obj, optional string Str, optional bool bNoSort, optional bool bSection)
InsertElement
InternalOnDragDrop
function bool InternalOnDragDrop (GUIComponent Sender)
Overrides: GUIListBase.InternalOnDragDrop
InternalOnEndDrag
function InternalOnEndDrag (GUIComponent Accepting, bool bAccepted)
Overrides: GUIListBase.InternalOnEndDrag
IsSection
function bool IsSection ()
LoadFrom
Remove
RemoveElement
RemoveExtra
function RemoveExtra (string Str)
RemoveItem
function RemoveItem (string Item)
RemoveObject
function RemoveObject (Object Obj)
RemoveSilent
Replace
function Replace (int i, string NewItem, optional Object obj, optional string Str, optional bool bNoSort)
SelectedText
function string SelectedText ()
SetExtraAtIndex
SetItemAtIndex
SetObjectAtIndex
Sort
function Sort ()
Overrides: GUIListBase.Sort