I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
Difference between revisions of "UE3:UTUISlider (UDK)"
From Unreal Wiki, The Unreal Engine Documentation Site
(Talk) |
(Talk) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{UE3:UTUISlider (UT3)}} |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 06:12, 17 January 2010
Object >> UIRoot >> UIScreenObject >> UIObject >> UISlider >> UTUISlider |
- Package:
- UTGame
- 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 1998-2007 Epic Games, Inc. All Rights Reserved.
Extended version of the slider for UT3.
Default values
Property | Value | ||||
---|---|---|---|---|---|
BarSize |
|
||||
CaptionRenderComponent | UIComp_DrawStringSlider'CaptionStringRenderer' | ||||
MarkerHeight |
|
||||
MarkerWidth |
|
Subobjects
CaptionStringRenderer
Class: Engine.UIComp_DrawStringSlider
Property | Value | ||||
---|---|---|---|---|---|
StringStyle |
|
||||
StyleResolverTag | 'UTSliderText' |
SliderBackgroundImageTemplate
Class: Engine.UIComp_DrawImage
Inherits from: UISlider.SliderBackgroundImageTemplate
No new values.
SliderBarImageTemplate
Class: Engine.UIComp_DrawImage
Inherits from: UISlider.SliderBarImageTemplate
No new values.
SliderMarkerImageTemplate
Class: Engine.UIComp_DrawImage
Inherits from: UISlider.SliderMarkerImageTemplate
No new values.
WidgetEventComponent
Class: Engine.UIComp_Event
Inherits from: UISlider.WidgetEventComponent
No new values.
Native functions
UpdateCaption
native virtual function UpdateCaption ()
Updates the slider's caption render component.