UE2:GUICircularList (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2004 Object >> GUI >> GUIComponent >> GUIListBase >> GUICircularList
Package:
XInterface
Direct subclasses:
GUICharacterList, GUICircularImageList
This class in other games:

Class: UT2K4UI.GUICircularList Parent: UT2K4UI.GUIListBase

<Enter a description here>

Properties

Property group 'GUICircularList'

bAllowSelectEmpty

Type: bool

If true, allows selection of empty slots

Default value: True

bCenterInBounds

Type: bool

Center the list in the bounding box

Default value: True

bFillBounds

Type: bool

If true, the list will take up the whole bounding box

bIgnoreBackClick

Type: bool

If true, will ignore any click on back region

Default value: True

bWrapItems

Type: bool

If itemcount < ItemsPerPage, should items be wrapped?

Default value: True

FixedItemsPerPage

Type: int

There are a fixed number of items in the list

Default values

Property Value
bRequiresStyle True
OnClick InternalOnClick

Functions

Events

CalculateIndex

event int CalculateIndex (optional bool bRequireValidIndex)

Overrides: GUIListBase.CalculateIndex


InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIListBase.InitComponent


Other instance functions

CalculateOffset

function float CalculateOffset (float MouseX)


CheckDragSelect

function CheckDragSelect ()

Overrides: GUIListBase.CheckDragSelect


End

function End ()

Overrides: GUIListBase.End


Home

function Home ()

Overrides: GUIListBase.Home


InternalOnClick

function bool InternalOnClick (GUIComponent Sender)


InternalOnDragOver

function InternalOnDragOver (GUIComponent Sender)

Overrides: GUIListBase.InternalOnDragOver


InternalOnMousePressed

function InternalOnMousePressed (GUIComponent Sender, bool IsRepeat)

Overrides: GUIListBase.InternalOnMousePressed


IsValid

function bool IsValid ()

Overrides: GUIListBase.IsValid


MoveLeft

function bool MoveLeft ()

Overrides: GUIListBase.MoveLeft


MoveRight

function bool MoveRight ()

Overrides: GUIListBase.MoveRight


PgDown

function PgDown ()


PgUp

function PgUp ()

Overrides: GUIListBase.PgUp


WheelDown

function WheelDown ()

Overrides: GUIListBase.WheelDown


WheelUp

function WheelUp ()

Overrides: GUIListBase.WheelUp