Always snap to grid

UE2:MultiSelectList (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIList >> MultiSelectList
Package: 
XInterface

Class: MultiSelectList

The MultiSelectList is a list component that allows selection of more than one Item.

Written by Bruce Bickar (c) 2003, Epic Games, Inc. All Rights Reserved

Properties

MElements

Type: array<GUI.MultiSelectListElem>


Functions

Events

Swap

event Swap (int IndexA, int IndexB)

Overrides: GUIList.Swap


Other instance functions

Add

function Add (string NewItem, optional Object obj, optional string Str, optional bool bSection)

Overrides: GUIList.Add


Clear

function Clear ()

Overrides: GUIList.Clear


Find

function string Find (string Text, optional bool bExact, optional bool bExtra)

Overrides: GUIList.Find


FindIndex

function int FindIndex (string Test, optional bool bExact, optional bool bExtra, optional Object TestObject)

Overrides: GUIList.FindIndex


Get

function string Get (optional bool bGuarantee)

Overrides: GUIList.Get


GetAtIndex

function GetAtIndex (int i, out string ItemStr, out Object ExtraObj, out string ExtraStr)

Overrides: GUIList.GetAtIndex


GetExtra

function string GetExtra ()

Overrides: GUIList.GetExtra


GetExtraAtIndex

function string GetExtraAtIndex (int i)

Overrides: GUIList.GetExtraAtIndex


GetItemAtIndex

function string GetItemAtIndex (int i)

Overrides: GUIList.GetItemAtIndex


GetObject

function Object GetObject ()

Overrides: GUIList.GetObject


GetObjectAtIndex

function Object GetObjectAtIndex (int i)

Overrides: GUIList.GetObjectAtIndex


GetPendingElements

function array<GUI.GUIListElemGetPendingElements (optional bool bGuarantee)

Overrides: GUIList.GetPendingElements


GetPendingItems

function array<stringGetPendingItems (optional bool bGuarantee)

Overrides: GUIListBase.GetPendingItems


Insert

function Insert (int Index, string NewItem, optional Object obj, optional string Str, optional bool bNoSort, optional bool bSection)

Overrides: GUIList.Insert


IsSection

function bool IsSection ()

Overrides: GUIList.IsSection


LoadFrom

function LoadFrom (GUIList Source, optional bool bClearFirst)

Overrides: GUIList.LoadFrom


Remove

function int Remove (int i, int Count, bool bNoSort)

Overrides: GUIList.Remove


RemoveExtra

function RemoveExtra (string Str)

Overrides: GUIList.RemoveExtra


RemoveItem

function RemoveItem (string Item)

Overrides: GUIList.RemoveItem


RemoveObject

function RemoveObject (Object Obj)

Overrides: GUIList.RemoveObject


Replace

function Replace (int index, string NewItem, optional Object obj, optional string Str, optional bool bNoSort)

Overrides: GUIList.Replace


SetExtraAtIndex

function SetExtraAtIndex (int i, string NewExtra)

Overrides: GUIList.SetExtraAtIndex


SetIndex

function int SetIndex (int NewIndex)

Overrides: GUIListBase.SetIndex


SetItemAtIndex

function SetItemAtIndex (int i, string NewItem)

Overrides: GUIList.SetItemAtIndex


SetObjectAtIndex

function SetObjectAtIndex (int i, Object NewObject)

Overrides: GUIList.SetObjectAtIndex