Cogito, ergo sum
UE2:GUICircularImageList (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIListBase >> GUICircularList >> GUICircularImageList |
- Package:
- XInterface
| 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. |
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
[edit] Properties
[edit] Property group 'GUICircularImageList'
[edit] Elements
Type: array<GUI.GUIListElem>
Modifiers: editconst, editconstarray, protected
[edit] Functions
[edit] Events
[edit] Swap
[edit] Other instance functions
[edit] Add
[edit] Clear
function Clear ()
Overrides: GUIListBase.Clear
[edit] FindIndex
[edit] Get
[edit] GetAtIndex
[edit] GetImage
[edit] GetImageAtIndex
[edit] GetItemAtIndex
Overrides: GUIListBase.GetItemAtIndex
[edit] GetPendingElements
[edit] GetPendingItems
Overrides: GUIListBase.GetPendingItems
[edit] Insert
[edit] InternalOnDragDrop
function bool InternalOnDragDrop (GUIComponent Sender)
Overrides: GUIListBase.InternalOnDragDrop
[edit] InternalOnEndDrag
function InternalOnEndDrag (GUIComponent Accepting, bool bAccepted)
Overrides: GUIListBase.InternalOnEndDrag
[edit] LoadFrom
function LoadFrom (GUICircularImageList Source, optional bool bClearFirst)
[edit] Remove
[edit] RemoveElement
[edit] RemoveImage
function RemoveImage (Material Img)
[edit] RemoveItem
function RemoveItem (string Item)
