Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.UIStyle_Combo

Extends
UIStyle_Data
Modifiers
native ( inherit )

Contains a reference to style data from either existing style, or custom defined UIStyle_Data. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.UIRoot
   |   
   +-- Engine.UIStyle_Data
      |   
      +-- Engine.UIStyle_Combo

Constants Summary
Inherited Contants from Engine.UIRoot
ASPECTRATIO_Monitor, ASPECTRATIO_Normal, ASPECTRATIO_Widescreen, DEFAULT_SIZE_X, DEFAULT_SIZE_Y, MAX_SUPPORTED_GAMEPADS, PRIVATE_EditorNoDelete, PRIVATE_EditorNoRename, PRIVATE_EditorNoReparent, PRIVATE_KeepFocusedState, PRIVATE_ManagedStyle, PRIVATE_NotDockable, PRIVATE_NotEditorSelectable, PRIVATE_NotFocusable, PRIVATE_NotRotatable, PRIVATE_PropagateState, PRIVATE_Protected, PRIVATE_TreeHidden, PRIVATE_TreeHiddenRecursive, SCENE_DATASTORE_TAG, TEMP_SPLITSCREEN_INDEX

Variables Summary
StyleDataReferenceImageStyle
StyleDataReferenceTextStyle
Inherited Variables from Engine.UIStyle_Data
bDirty, bEnabled, StyleColor, StylePadding[EUIOrientation.UIORIENT_MAX], UIEditorControlClass
Inherited Variables from Engine.UIRoot
CurrentMenuState, ModifierStack

Enumerations Summary
Inherited Enumerations from Engine.UIRoot
EColumnHeaderState, EMaterialAdjustmentType, ENavigationLinkType, EPositionEvalType, ERotationAnchor, EScreenInputMode, ESplitscreenRenderMode, ETextAutoScaleMode, ETextClipMode, EUIAlignment, EUIAspectRatioConstraint, EUIAutoSizeConstraintType, EUIDataProviderFieldType, EUIDefaultPenColor, EUIDockPaddingEvalType, EUIExtentEvalType, EUIListElementState, EUIOrientation, EUIWidgetFace

Structures Summary
StyleDataReference
OwnerStyle, SourceStyleID, SourceStyle, SourceState, CustomStyleData
Inherited Structures from Engine.UIRoot
AutoSizeData, AutoSizePadding, DefaultEventSpecification, InputEventSubscription, InputKeyAction, PlayerInteractionData, RenderParameters, ScreenPositionRange, StateInputKeyAction, StyleReferenceId, STYLE_ID, TextAutoScaleValue, TextureCoordinates, UIAnchorPosition, UICombinedStyleData, UIDataStoreBinding, UIDockingNode, UIDockingSet, UIFocusPropagationData, UIImageAdjustmentData, UIImageStyleOverride, UIInputAliasClassMap, UIInputAliasMap, UIInputAliasStateMap, UIMouseBounds, UINavigationData, UIProviderFieldValue, UIProviderScriptFieldValue, UIRangeData, UIRenderingSubregion, UIRotation, UIScreenValue, UIScreenValue_AutoSizeRegion, UIScreenValue_Bounds, UIScreenValue_DockPadding, UIScreenValue_Extent, UIScreenValue_Position, UIStringCaretParameters, UIStringNodeModifier, UIStyleOverride, UIStyleReference, UIStyleSubscriberReference, UITextAttributes, UITextStyleOverride, WIDGET_ID

Functions Summary
Inherited Functions from Engine.UIRoot
<, =, ConvertWidgetIDToString, GetCurrentUIController, GetCursorPosition, GetCursorSize, GetDataStoreFieldValue, GetDataStoreStringValue, GetFaceOrientation, GetPrimitiveTransform, GetSceneClient, IsConsole, SetDataStoreFieldValue, SetDataStoreStringValue, SetMouseCaptureOverride


Variables Detail

ImageStyle Source code

var StyleDataReference ImageStyle;
Returns whether the styles referenced are marked as dirty

TextStyle Source code

var StyleDataReference TextStyle;


Structures Detail

StyleDataReference Source code

struct StyleDataReference
{
var private UIStyle_Data CustomStyleData;
var private UIStyle OwnerStyle;
var private UIState SourceState;
var private transient UIStyle SourceStyle;
var private STYLE_ID SourceStyleID;
};

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


Defaultproperties

defaultproperties
{
   UIEditorControlClass="WxStyleComboPropertiesGroup"
   Name="Default__UIStyle_Combo"
   ObjectArchetype=UIStyle_Data'Engine.Default__UIStyle_Data'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:48.130 - Created with UnCodeX