Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

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[edit]

Property group 'GUIVertImageList'[edit]

CellStyle[edit]

Type: GUI.eCellStyle


Elements[edit]

Type: array<GUI.ImageListElem>

Modifiers: editconstarray, editconst


HorzBorder[edit]

Type: int


Default value: 5

ImageScale[edit]

Type: float

Scale value for the images

Default value: 1.0

LockedMat[edit]

Type: Material


NoVisibleCols[edit]

Type: int

How many cols of visible images are there

Default value: 3

NoVisibleRows[edit]

Type: int

How many rows of visible images are there

Default value: 4

SelectedElements[edit]

Type: array<GUI.ImageListElem>

Modifiers: editconstarray, editconst


VertBorder[edit]

Type: int

How much white space

Default value: 5

Default values[edit]

Property Value
OnClick InternalOnClick
StyleName ""

Functions[edit]

Events[edit]

CalculateIndex[edit]

event int CalculateIndex (optional bool bRequireValidIndex)

Overrides: GUIVertList.CalculateIndex


Swap[edit]

event Swap (int IndexA, int IndexB)


Other instance functions[edit]

See GUIVertImageList instance functions.