Mostly Harmless
UE3:UINumericOptionList (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 05:50, 17 January 2010 by Wormbo (Talk | contribs) (1 revision: class descriptions for UDK January update (part 6))
Object >> UIRoot >> UIScreenObject >> UIObject >> UIOptionListBase >> UINumericOptionList |
- Package:
- Engine
- Implemented interfaces:
- UIDataStorePublisher
- This class in other games:
- UT3
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. |
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
Properties
Property group 'Data'
RangeValue
Type: UIRoot.UIRangeData
The value and range parameters for this numeric optionlist.
Default value:
Member | Value |
---|---|
NudgeValue | 1.0 |
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' |
Subobjects
BackgroundImageTemplate
Class: Engine.UIComp_DrawImage
Inherits from: UIOptionListBase.BackgroundImageTemplate
No new values.
LabelStringRenderer
Class: Engine.UIComp_DrawString
Inherits from: UIOptionListBase.LabelStringRenderer
No new values.
WidgetEventComponent
Class: Engine.UIComp_Event
Inherits from: UIOptionListBase.WidgetEventComponent
No new values.
Native functions
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.
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