The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE1:UWindowVScrollBar (UT)
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[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]
Overrides: UWindowWindow.BeforePaint
CheckRange[edit]
function CheckRange ()
Created[edit]
function Created ()
Overrides: UWindowWindow.Created
LMouseDown[edit]
Overrides: UWindowWindow.LMouseDown
MouseMove[edit]
Overrides: UWindowWindow.MouseMove
Paint[edit]
Overrides: UWindowWindow.Paint
Scroll[edit]
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