UE2:GUIList (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIList |
- Package:
- GUI
- Direct subclass:
- GUIScrollText
- 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. |
Class: GUI.GUIList
The GUIList is a basic list component.
Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved
Properties
Elements
Type: array<GUI.GUIListElem>
TextAlign
Type: GUI.eTextAlign
How is text Aligned in the control
Default value: TXTA_Center
Delegates
CompareItem
Functions
Native functions
SortList
native final function SortList ()
Events
Swap
Other instance functions
Add
Clear
function Clear ()
Overrides: GUIListBase.Clear
find
FindExtra
Get
function string Get ()
GetAtIndex
GetExtra
function string GetExtra ()
GetExtraAtIndex
GetItemAtIndex
GetObject
function Object GetObject ()
GetObjectAtIndex
Insert
LoadFrom
Remove
RemoveItem
function RemoveItem (string Item)
Replace
SelectedText
function string SelectedText ()
SetExtraAtIndex
SetItemAtIndex