Cogito, ergo sum
UE2:GUICircularList (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIListBase >> GUICircularList |
Contents |
| 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: GUI.GUICircularList Parent: GUI.GUIListBase
<Enter a description here>
[edit] Properties
[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] FixedItemsPerPage
Type: int
There are a fixed number of items in the list
[edit] Instance functions
[edit] CalculateOffset
[edit] End
function End ()
[edit] Home
function Home ()
[edit] InitComponent
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIComponent.InitComponent
[edit] InternalOnClick
function bool InternalOnClick (GUIComponent Sender)
[edit] InternalOnKeyEvent
[edit] InternalOnXControllerEvent
[edit] PgDown
function PgDown ()
[edit] PgUp
function PgUp ()
[edit] ScrollLeft
function ScrollLeft ()
[edit] ScrollRight
function ScrollRight ()
[edit] WheelDown
function WheelDown ()
[edit] WheelUp
function WheelUp ()
