I love the smell of UnrealEd crashing in the morning. – tarquin

UE1:UWindowVScrollBar (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT Object >> UWindowBase >> UWindowWindow >> UWindowVScrollBar
Package: 
UWindow
This class in other games:
RTNP, U1

UWindowVScrollBar - A vertical scrollbar

Properties[edit]

bDisabled[edit]

Type: bool


bDragging[edit]

Type: bool


DownButton[edit]

Type: UWindowSBDownButton


DragY[edit]

Type: float


MaxPos[edit]

Type: float


MaxVisible[edit]

Type: float


MinPos[edit]

Type: float


NextClickTime[edit]

Type: float


Pos[edit]

Type: float

offset to WinTop

ScrollAmount[edit]

Type: float


ThumbHeight[edit]

Type: float


ThumbStart[edit]

Type: float


UpButton[edit]

Type: UWindowSBUpButton


Instance functions[edit]

BeforePaint[edit]

function BeforePaint (Canvas C, float X, float Y)

Overrides: UWindowWindow.BeforePaint


CheckRange[edit]

function CheckRange ()


Created[edit]

function Created ()

Overrides: UWindowWindow.Created


LMouseDown[edit]

function LMouseDown (float X, float Y)

Overrides: UWindowWindow.LMouseDown


MouseMove[edit]

function MouseMove (float X, float Y)

Overrides: UWindowWindow.MouseMove


Paint[edit]

function Paint (Canvas C, float X, float Y)

Overrides: UWindowWindow.Paint


Scroll[edit]

function bool Scroll (float Delta)


SetRange[edit]

function SetRange (float NewMinPos, float NewMaxPos, float NewMaxVisible, optional float NewScrollAmount)


Show[edit]

function Show (float P)


Tick[edit]

function Tick (float Delta)

Overrides: UWindowWindow.Tick