I love the smell of UnrealEd crashing in the morning. – tarquin

Difference between revisions of "UE3:UIStyle Combo (UDK)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Talk)
m (1 revision: class descriptions for UDK January update (part 7))
 
(No difference)

Latest revision as of 06:52, 17 January 2010

UDK Object >> UIRoot >> UIStyle_Data >> UIStyle_Combo
Package: 
Engine
This class in other games:
UT3

Contains a reference to style data from either existing style, or custom defined UIStyle_Data.

Properties[edit]

ImageStyle[edit]

Type: StyleDataReference


TextStyle[edit]

Type: StyleDataReference


Default values[edit]

Property Value
UIEditorControlClass "WxStyleComboPropertiesGroup"

Structs[edit]

StyleDataReference[edit]

Modifiers: native

UIStyle OwnerStyle 
Style which owns this reference
UIRoot.STYLE_ID SourceStyleID 
the style id for the style that this StyleDataReference is linked to
UIStyle SourceStyle 
the style that this refers to
UIState SourceState 
the state corresponding to the style data that this refers to
UIStyle_Data CustomStyleData 
the optional custom style data to be used instead of existing style reference

Native functions[edit]

GetComboImageStyle[edit]

native final function UIStyle_Image GetComboImageStyle () const


GetComboTextStyle[edit]

native final function UIStyle_Text GetComboTextStyle () const

Accessor for retrieving a reference to the active text & image styles, taking into account whether the combo style is using custom style data.