Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:GUIScrollZoneBase (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIScrollZoneBase
Package: 
XInterface
Direct subclasses:
GUIHorzScrollZone, GUIVertScrollZone

Created on: 08/23/2003 Base class for scroll zones

The ScrollZone is the background area for a scrollbar. When the user clicks on the zone, it caculates it's percentage.

Written by Joe Wilcox © 2003, Epic Games, Inc. All Rights Reserved

Default values[edit]

Property Value
bAcceptsInput True
bCaptureMouse True
bNeverFocus True
bRepeatClick True
bRequiresStyle True
OnClick InternalOnClick
RenderWeight 0.25
StyleName "ScrollZone"

Delegates[edit]

OnScrollZoneClick[edit]

delegate OnScrollZoneClick (float Delta)


Instance functions[edit]

InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)