There is no spoon
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:
- UT2003, UT2004
| 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. |
Class: GUI.GUIList
The GUIList is a basic list component.
Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved
[edit] Properties
[edit] Elements
Type: array<GUI.GUIListElem>
[edit] TextAlign
Type: GUI.eTextAlign
How is text Aligned in the control
Default value: TXTA_Center
[edit] Delegates
[edit] CompareItem
[edit] Functions
[edit] Native functions
[edit] SortList
native final function SortList ()
[edit] Events
[edit] Swap
[edit] Other instance functions
[edit] Add
[edit] Clear
function Clear ()
Overrides: GUIListBase.Clear
[edit] find
[edit] FindExtra
[edit] Get
function string Get ()
[edit] GetAtIndex
[edit] GetExtra
function string GetExtra ()
[edit] GetExtraAtIndex
[edit] GetItemAtIndex
[edit] GetObject
function Object GetObject ()
[edit] GetObjectAtIndex
[edit] Insert
[edit] LoadFrom
function LoadFrom (GUIList Source, optional bool bClearFirst)
[edit] Remove
[edit] RemoveItem
function RemoveItem (string Item)
[edit] Replace
[edit] SelectedText
function string SelectedText ()
