Cogito, ergo sum

UE2:GUIVertImageList (UT2004)

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

(C) 2002, Epic Games

Properties

Property group 'GUIVertImageList'

CellStyle

Type: GUI.eCellStyle


Elements

Type: array<GUI.ImageListElem>

Modifiers: editconstarray, editconst


HorzBorder

Type: int


Default value: 5

ImageScale

Type: float

Scale value for the images

Default value: 1.0

LockedMat

Type: Material


NoVisibleCols

Type: int

How many cols of visible images are there

Default value: 3

NoVisibleRows

Type: int

How many rows of visible images are there

Default value: 4

SelectedElements

Type: array<GUI.ImageListElem>

Modifiers: editconstarray, editconst


VertBorder

Type: int

How much white space

Default value: 5

Default values

Property Value
OnClick InternalOnClick
StyleName ""

Functions

Events

CalculateIndex

event int CalculateIndex (optional bool bRequireValidIndex)

Overrides: GUIVertList.CalculateIndex


Swap

event Swap (int IndexA, int IndexB)


Other instance functions

See GUIVertImageList instance functions.