UE2:GUISlider (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUISlider |
- Package:
- GUI
- This class in other games:
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: GUI.GUISlider
Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved
Properties
Property group 'Menu'
CaptionStyleName
Type: string
Default value: "SliderCaption"
MaxValue
Type: float
MinValue
Type: float
Internal variables
bIntSlider
Type: bool
CaptionStyle
Type: GUIStyles
Step
Type: float
Default value: 1.0
Value
Type: float
Default values
Property | Value |
---|---|
bAcceptsInput | True |
bCaptureMouse | True |
bRequireReleaseClick | True |
bTabStop | True |
OnClickSound | CS_Click |
StyleName | "RoundButton" |
WinHeight | 0.03 |
Delegates
OnDrawCaption
delegate string OnDrawCaption ()
Instance functions
Adjust
function Adjust (float amount)
InitComponent
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIComponent.InitComponent
InternalCapturedMouseMove
InternalOnClick
function bool InternalOnClick (GUIComponent Sender)
InternalOnKeyEvent
InternalOnMousePressed
function InternalOnMousePressed (GUIComponent Sender, bool RepeatClick)
InternalOnXControllerEvent
LoadINI
function string LoadINI ()
Overrides: GUIComponent.LoadINI
SaveINI
function SaveINI (string V)
Overrides: GUIComponent.SaveINI
SetValue
function SetValue (float NewValue)