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
| Object >> UIRoot >> UIScreenObject >> UIObject >> UIOptionListBase >> UINumericOptionList |
Contents |
- Package:
- Engine
- Implemented interfaces:
- UIDataStorePublisher
- This class in other games:
- UDK
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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 |
|
||||
| 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
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
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
