I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:MoSlider (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> MoSlider
Package: 
XInterface

Menu Option component for GUISliders

Created by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties

Property group 'Option'

bIntSlider

Type: bool


MaxValue

Type: float


MinValue

Type: float


MySlider

Type: GUISlider

Modifiers: noexport, editconst


SliderBarStyleName

Type: string


Default value: "SliderBar"

SliderCaptionStyleName

Type: string


Default value: "SliderCaption"

SliderStyleName

Type: string


Default value: "SliderKnob"

Value

Type: float


Default values

Property Value
ComponentClassName "XInterface.GUISlider"

Functions

Events

InitComponent

event InitComponent (GUIController InController, GUIComponent InOwner)

Overrides: GUIMenuOption.InitComponent


Other instance functions

Adjust

function Adjust (float Amount)


GetComponentValue

function string GetComponentValue ()

Overrides: GUIMenuOption.GetComponentValue


GetValue

function float GetValue ()


InternalOnChange

function InternalOnChange (GUIComponent Sender)

Overrides: GUIMenuOption.InternalOnChange


InternalOnCreateComponent

function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)

Overrides: GUIMenuOption.InternalOnCreateComponent


SetComponentValue

function SetComponentValue (coerce string NewValue, optional bool bNoChange)

Overrides: GUIMenuOption.SetComponentValue


SetReadOnly

function SetReadOnly (bool b)

Overrides: GUIMenuOption.SetReadOnly


Setup

function Setup (coerce float MinV, coerce float MaxV, optional bool bInt)


SetValue

function SetValue (coerce float NewV)