I don't need to test my programs. I have an error-correcting modem.

UE3:UINumericOptionList (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object >> UIRoot >> UIScreenObject >> UIObject >> UIOptionListBase >> UINumericOptionList

Contents

Package: 
Engine
Implemented interfaces
UIDataStorePublisher
This class in other games:
UDK

Copyright 2006-2007 Epic Games, Inc. All Rights Reserved.

Widget which looks like a UIOptionList but contains a numeric range for its data instead of a list of strings

[edit] Properties

[edit] Property group 'Data'

[edit] RangeValue

Type: UIRoot.UIRangeData

The value and range parameters for this numeric optionlist.

Default value:

Member Value
NudgeValue 1.0

[edit] Default values

Property Value
Children[0] UIOptionListButton'Engine.Default__UINumericOptionList:DecrementButtonTemplate'
Children[1] UIOptionListButton'Engine.Default__UINumericOptionList:IncrementButtonTemplate'
DataSource
Member Value
RequiredFieldType DATATYPE_RangeProperty
DecrementButton UIOptionListButton'Engine.Default__UINumericOptionList:DecrementButtonTemplate'
IncrementButton UIOptionListButton'Engine.Default__UINumericOptionList:IncrementButtonTemplate'

[edit] Subobjects

[edit] BackgroundImageTemplate

Class: Engine.UIComp_DrawImage

Inherits from: UIOptionListBase.BackgroundImageTemplate

No new values.

[edit] LabelStringRenderer

Class: Engine.UIComp_DrawString

Inherits from: UIOptionListBase.LabelStringRenderer

No new values.

[edit] WidgetEventComponent

Class: Engine.UIComp_Event

Inherits from: UIOptionListBase.WidgetEventComponent

No new values.

[edit] Native functions

[edit] GetValue

native final function float GetValue (optional bool bPercentageValue) const

Gets the current value of this slider

Parameters:

  • bPercentageValue - TRUE to format the result as a percentage of the total range of this slider.

[edit] SetValue

native final function bool SetValue (coerce float NewValue, optional bool bPercentageValue)

Change the value of this slider at runtime.

Parameters:

  • NewValue - the new value for the slider.
  • bPercentageValue - TRUE indicates that the new value is formatted as a percentage of the total range of this slider.

Returns:

TRUE if the slider's value was changed