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
Object >> GUI >> GUIComponent >> GUIScrollZoneBase |
- Package:
- XInterface
- Direct subclasses:
- GUIHorzScrollZone, GUIVertScrollZone
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. |
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)