Gah - a solution with more questions. – EntropicLqd
UE1:UWindowHScrollBar (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowHScrollBar |
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. |
UWindowHScrollBar - A horizontal scrollbar
Properties
bDisabled
Type: bool
bDragging
Type: bool
DragX
Type: float
LeftButton
Type: UWindowSBLeftButton
MaxPos
Type: float
MaxVisible
Type: float
MinPos
Type: float
NextClickTime
Type: float
Pos
Type: float
offset to WinTop
RightButton
Type: UWindowSBRightButton
ScrollAmount
Type: float
ThumbStart
Type: float
ThumbWidth
Type: float
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
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