There is no spoon
UE2:GUISlider (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUISlider |
Contents
- 1 Properties
- 2 Delegates
- 3 Functions
- 3.1 Events
- 3.2 Other instance functions
- 3.2.1 Adjust
- 3.2.2 CenterMouse
- 3.2.3 GetValueString
- 3.2.4 HideToolTip
- 3.2.5 InternalCapturedMouseMove
- 3.2.6 InternalOnClick
- 3.2.7 InternalOnKeyEvent
- 3.2.8 InternalOnMousePressed
- 3.2.9 InternalOnMouseRelease
- 3.2.10 ModifyTooltipForDragging
- 3.2.11 RevertTooltipToNormal
- 3.2.12 SetReadOnly
- 3.2.13 SetValue
- 3.2.14 ShowToolTip
- 3.2.15 ToolTipLeaveArea
- Package:
- XInterface
- This class in other games:
- UT2003, UE2Runtime
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. |
Class: UT2K4UI.GUISlider
Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved Sliders will not be drawn if both MinValue & MaxValue are both 0
Properties
Property group 'GUISlider'
BarStyleName
Type: string
Default value: "SliderBar"
bDrawPercentSign
Type: bool
bIntSlider
Type: bool
bReadOnly
Type: bool
bShowCaption
Type: bool
bShowMarker
Type: bool
Default value: True
bShowValueTooltip
Type: bool
Show the current value as a tooltip while dragging
Default value: True
CaptionStyleName
Type: string
Default value: "SliderCaption"
FillImage
Type: Material
Default value: Material'2K4Menus.NewControls.SliderFillBlurry'
MarkerWidth
Type: float
MaxValue
Type: float
Default value: 100.0
MinValue
Type: float
Value
Type: float
Internal variables
BarStyle
Type: GUIStyles
CaptionStyle
Type: GUIStyles
Default values
Property | Value |
---|---|
bAcceptsInput | True |
bCaptureMouse | True |
bRequireReleaseClick | True |
bRequiresStyle | True |
bTabStop | True |
OnCapturedMouseMove | InternalCapturedMouseMove |
OnClick | InternalOnClick |
OnClickSound | CS_Click |
OnKeyEvent | InternalOnKeyEvent |
OnMousePressed | InternalOnMousePressed |
OnMouseRelease | InternalOnMouseRelease |
StyleName | "SliderKnob" |
ToolTip | GUIToolTip'GUISliderToolTip' |
WinHeight | 0.03 |
Subobjects
GUISliderToolTip
Class: XInterface.GUIToolTip
Empty subobject definition.
Delegates
OnDrawCaption
delegate string OnDrawCaption ()
OnPreDrawCaption
delegate bool OnPreDrawCaption (out float X, out float Y, out float XL, out float YL, out GUI.eTextAlign Justification)
Functions
Events
GetMarkerPosition
event float GetMarkerPosition ()
InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIComponent.InitComponent
Other instance functions
Adjust
function Adjust (float amount)
CenterMouse
function CenterMouse ()
Overrides: GUIComponent.CenterMouse
GetValueString
function string GetValueString ()
HideToolTip
function HideToolTip ()
InternalCapturedMouseMove
InternalOnClick
function bool InternalOnClick (GUIComponent Sender)
InternalOnKeyEvent
InternalOnMousePressed
function InternalOnMousePressed (GUIComponent Sender, bool RepeatClick)
InternalOnMouseRelease
function InternalOnMouseRelease (GUIComponent Sender)
ModifyTooltipForDragging
function ModifyTooltipForDragging ()
RevertTooltipToNormal
function RevertTooltipToNormal ()
SetReadOnly
function SetReadOnly (bool b)
SetValue
ShowToolTip
function ShowToolTip ()
ToolTipLeaveArea
function bool ToolTipLeaveArea ()