I love the smell of UnrealEd crashing in the morning. – tarquin
UE1:UWindowVScrollBar (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> UWindowBase >> UWindowWindow >> UWindowVScrollBar |
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. |
UWindowVScrollBar - A vertical scrollbar
[edit] Properties
[edit] bDisabled
Type: bool
[edit] bDragging
Type: bool
[edit] DownButton
Type: UWindowSBDownButton
[edit] DragY
Type: float
[edit] MaxPos
Type: float
[edit] MaxVisible
Type: float
[edit] MinPos
Type: float
[edit] NextClickTime
Type: float
[edit] Pos
Type: float
offset to WinTop
[edit] ScrollAmount
Type: float
[edit] ThumbHeight
Type: float
[edit] ThumbStart
Type: float
[edit] UpButton
Type: UWindowSBUpButton
[edit] Instance functions
[edit] BeforePaint
Overrides: UWindowWindow.BeforePaint
[edit] CheckRange
function CheckRange ()
[edit] Created
function Created ()
Overrides: UWindowWindow.Created
[edit] LMouseDown
Overrides: UWindowWindow.LMouseDown
[edit] MouseMove
Overrides: UWindowWindow.MouseMove
[edit] Paint
Overrides: UWindowWindow.Paint
[edit] Scroll
function Scroll (float Delta)
[edit] SetRange
function SetRange (float NewMinPos, float NewMaxPos, float NewMaxVisible, optional float NewScrollAmount)
[edit] Show
function Show (float P)
[edit] Tick
function Tick (float Delta)
Overrides: UWindowWindow.Tick
