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

Engine.UIStyle_Text

Extends
UIStyle_Data
Modifiers
native ( inherit )

Contains information about how to present and format text Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

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

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
EUIAlignmentAlignment[EUIOrientation.UIORIENT_MAX]
UITextAttributesAttributes
TextAutoScaleValueAutoScaling
EUIAlignmentClipAlignment
ETextClipModeClipMode
Vector2DScale
Vector2DSpacingAdjust
FontStyleFont
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
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

Alignment[EUIOrientation.UIORIENT_MAX] Source code

var EUIAlignment Alignment[EUIOrientation.UIORIENT_MAX];
text alignment within the bounding region

Attributes Source code

var UITextAttributes Attributes;
attributes to apply to this style's font

AutoScaling Source code

var TextAutoScaleValue AutoScaling;
Allows text to be scaled to fit within the bounding region

ClipAlignment Source code

var EUIAlignment ClipAlignment;
Determines how the nodes of this string are ordered when the string is being clipped

ClipMode Source code

var ETextClipMode ClipMode;
Determines what happens when the text doesn't fit into the bounding region.

Scale Source code

var Vector2D Scale;
the scale to use for rendering text

SpacingAdjust Source code

var Vector2D SpacingAdjust;
Horizontal spacing adjustment between characters and vertical spacing adjustment between lines of wrapped text

StyleFont Source code

var Font StyleFont;
the font associated with this text style


Defaultproperties

defaultproperties
{
   StyleFont=Font'EngineFonts.SmallFont'
   Alignment(1)=UIALIGN_Center
   AutoScaling=(MinScale=0.600000)
   Scale=(X=1.000000,Y=1.000000)
   UIEditorControlClass="WxStyleTextPropertiesGroup"
   Name="Default__UIStyle_Text"
   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.159 - Created with UnCodeX