Cogito, ergo sum
UE2:GUICircularList (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIListBase >> GUICircularList |
Contents
- Package:
- XInterface
- Direct subclass:
- GUICharacterList
- This class in other games:
- UE2Runtime, UT2004
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Class: XInterface.GUICircularList Parent: XInterface.GUIListBase
<Enter a description here>
Properties
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
FixedItemsPerPage
Type: int
There are a fixed number of items in the list
Instance functions
CalculateOffset
End
function End ()
Home
function Home ()
InitComponent
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIComponent.InitComponent
InternalOnClick
function bool InternalOnClick (GUIComponent Sender)
InternalOnKeyEvent
PgDown
function PgDown ()
PgUp
function PgUp ()
ScrollLeft
function ScrollLeft ()
ScrollRight
function ScrollRight ()
WheelDown
function WheelDown ()
WheelUp
function WheelUp ()