I'm a doctor, not a mechanic
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 the {{autogenerated}} 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
Properties
bDisabled
Type: bool
bDragging
Type: bool
DownButton
Type: UWindowSBDownButton
DragY
Type: float
MaxPos
Type: float
MaxVisible
Type: float
MinPos
Type: float
NextClickTime
Type: float
Pos
Type: float
offset to WinTop
ScrollAmount
Type: float
ThumbHeight
Type: float
ThumbStart
Type: float
UpButton
Type: UWindowSBUpButton
Instance functions
BeforePaint
Overrides: UWindowWindow.BeforePaint
CheckRange
function CheckRange ()
Created
function Created ()
Overrides: UWindowWindow.Created
LMouseDown
Overrides: UWindowWindow.LMouseDown
MouseMove
Overrides: UWindowWindow.MouseMove
Paint
Overrides: UWindowWindow.Paint
Scroll
function Scroll (float Delta)
SetRange
function SetRange (float NewMinPos, float NewMaxPos, float NewMaxVisible, optional float NewScrollAmount)
Show
function Show (float P)
Tick
function Tick (float Delta)
Overrides: UWindowWindow.Tick