Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:GUICircularImageList (UT2004)

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

Created on: 09/16/2003 Support for creating circular lists like the character lists, using other materials

Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

Property group 'GUICircularImageList'[edit]

Elements[edit]

Type: array<GUI.GUIListElem>

Modifiers: editconst, editconstarray, protected


Functions[edit]

Events[edit]

Swap[edit]

event Swap (int IndexA, int IndexB)


Other instance functions[edit]

Add[edit]

function Add (Material Img, optional string Str)


Clear[edit]

function Clear ()

Overrides: GUIListBase.Clear


FindIndex[edit]

function int FindIndex (Material Img, optional string Test)


Get[edit]

function string Get (optional bool bGuarantee)


GetAtIndex[edit]

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


GetImage[edit]

function Material GetImage (optional bool bGuarantee)


GetImageAtIndex[edit]

function Material GetImageAtIndex (int i)


GetItemAtIndex[edit]

function string GetItemAtIndex (int i)

Overrides: GUIListBase.GetItemAtIndex


GetPendingElements[edit]

function array<GUI.GUIListElemGetPendingElements (optional bool bGuarantee)


GetPendingItems[edit]

function array<stringGetPendingItems (optional bool bGuarantee)

Overrides: GUIListBase.GetPendingItems


Insert[edit]

function Insert (int i, Material Img, optional string Str)


InternalOnDragDrop[edit]

function bool InternalOnDragDrop (GUIComponent Sender)

Overrides: GUIListBase.InternalOnDragDrop


InternalOnEndDrag[edit]

function InternalOnEndDrag (GUIComponent Accepting, bool bAccepted)

Overrides: GUIListBase.InternalOnEndDrag


LoadFrom[edit]

function LoadFrom (GUICircularImageList Source, optional bool bClearFirst)


Remove[edit]

function int Remove (int i, optional int Count)


RemoveElement[edit]

function int RemoveElement (GUI.GUIListElem Elem, optional int Count)


RemoveImage[edit]

function RemoveImage (Material Img)


RemoveItem[edit]

function RemoveItem (string Item)


RemoveSilent[edit]

function int RemoveSilent (int i, optional int Count)


Replace[edit]

function Replace (int i, Material Img, optional string Str)


SetImageAtIndex[edit]

function SetImageAtIndex (int i, Material Img)


SetItemAtIndex[edit]

function SetItemAtIndex (int i, string NewItem)