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
Object >> GUI >> GUIComponent >> GUIListBase >> GUICircularList >> GUICircularImageList |
Contents
- 1 Properties
- 2 Functions
- 2.1 Events
- 2.2 Other instance functions
- 2.2.1 Add
- 2.2.2 Clear
- 2.2.3 FindIndex
- 2.2.4 Get
- 2.2.5 GetAtIndex
- 2.2.6 GetImage
- 2.2.7 GetImageAtIndex
- 2.2.8 GetItemAtIndex
- 2.2.9 GetPendingElements
- 2.2.10 GetPendingItems
- 2.2.11 Insert
- 2.2.12 InternalOnDragDrop
- 2.2.13 InternalOnEndDrag
- 2.2.14 LoadFrom
- 2.2.15 Remove
- 2.2.16 RemoveElement
- 2.2.17 RemoveImage
- 2.2.18 RemoveItem
- 2.2.19 RemoveSilent
- 2.2.20 Replace
- 2.2.21 SetImageAtIndex
- 2.2.22 SetItemAtIndex
- Package:
- XInterface
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. |
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]
Other instance functions[edit]
Add[edit]
Clear[edit]
function Clear ()
Overrides: GUIListBase.Clear
FindIndex[edit]
Get[edit]
GetAtIndex[edit]
GetImage[edit]
GetImageAtIndex[edit]
GetItemAtIndex[edit]
Overrides: GUIListBase.GetItemAtIndex
GetPendingElements[edit]
GetPendingItems[edit]
Overrides: GUIListBase.GetPendingItems
Insert[edit]
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]
RemoveElement[edit]
RemoveImage[edit]
function RemoveImage (Material Img)
RemoveItem[edit]
function RemoveItem (string Item)