I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:MoSlider (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> MoSlider |
Contents
- Package:
- XInterface
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. |
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
Overrides: GUIMenuOption.SetComponentValue
SetReadOnly
function SetReadOnly (bool b)
Overrides: GUIMenuOption.SetReadOnly
Setup
SetValue
function SetValue (coerce float NewV)