I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:GUICircularList (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIListBase >> GUICircularList |
- Package:
- XInterface
- Direct subclasses:
- GUICharacterList, GUICircularImageList
- This class in other games:
- UE2Runtime, UT2003
| 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. |
Class: UT2K4UI.GUICircularList Parent: UT2K4UI.GUIListBase
<Enter a description here>
[edit] Properties
[edit] Property group 'GUICircularList'
[edit] bAllowSelectEmpty
Type: bool
If true, allows selection of empty slots
Default value: True
[edit] bCenterInBounds
Type: bool
Center the list in the bounding box
Default value: True
[edit] bFillBounds
Type: bool
If true, the list will take up the whole bounding box
[edit] bIgnoreBackClick
Type: bool
If true, will ignore any click on back region
Default value: True
[edit] bWrapItems
Type: bool
If itemcount < ItemsPerPage, should items be wrapped?
Default value: True
[edit] FixedItemsPerPage
Type: int
There are a fixed number of items in the list
[edit] Default values
| Property | Value |
|---|---|
| bRequiresStyle | True |
| OnClick | InternalOnClick |
[edit] Functions
[edit] Events
[edit] CalculateIndex
Overrides: GUIListBase.CalculateIndex
[edit] InitComponent
Overrides: GUIListBase.InitComponent
[edit] Other instance functions
[edit] CalculateOffset
[edit] CheckDragSelect
Overrides: GUIListBase.CheckDragSelect
[edit] End
Overrides: GUIListBase.End
[edit] Home
Overrides: GUIListBase.Home
[edit] InternalOnClick
[edit] InternalOnDragOver
Overrides: GUIListBase.InternalOnDragOver
[edit] InternalOnMousePressed
Overrides: GUIListBase.InternalOnMousePressed
[edit] IsValid
Overrides: GUIListBase.IsValid
[edit] MoveLeft
Overrides: GUIListBase.MoveLeft
[edit] MoveRight
Overrides: GUIListBase.MoveRight
[edit] PgDown
[edit] PgUp
Overrides: GUIListBase.PgUp
[edit] WheelDown
Overrides: GUIListBase.WheelDown
[edit] WheelUp
Overrides: GUIListBase.WheelUp
