Engine.UIComp_DrawString
- Extends
- UIComp_DrawComponents
- Modifiers
- native ( UIPrivate ) HideCategories ( Object ) editinlinenew implements ( UIStyleResolver )
This component handles rendering UIStrings for widgets. It is responsible for managing any
formatting data that is specific to each widget instance (thus inappropriate for storage in UIStyles).
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Core.Component
|
+-- Engine.UIComponent
|
+-- Engine.UIComp_DrawComponents
|
+-- Engine.UIComp_DrawString
Direct Known Subclasses:
UIComp_DrawCaption, UIComp_DrawStringEditbox, UIComp_DrawStringSlider, UIComp_UTGlowString
Functions Summary |
 | | DisableCustomAlignment ()
|
 | | DisableCustomAttributes ()
|
 | | DisableCustomAutoScaling ()
|
 | | DisableCustomClipAlignment ()
|
 | | DisableCustomClipMode ()
|
 | | DisableCustomColor ()
|
 | | DisableCustomFont ()
|
 | | DisableCustomOpacity ()
|
 | | DisableCustomPadding ()
|
 | | DisableCustomScale ()
|
 | | DisableCustomSpacingAdjust ()
|
 | | EnableAutoSizing (EUIOrientation Orientation, bool bShouldEnable=true ))
|
 | | EnableSubregion (EUIOrientation Orientation, optional bool bShouldEnable = true)
|
 | UIStyle_Combo | GetAppliedStringStyle (optional UIState DesiredMenuState)
|
 | bool | GetFinalStringStyle (out UICombinedStyleData FinalStyleData)
|
 | name | GetStyleResolverTag ()
|
 | EUIAlignment | GetSubregionAlignment (EUIOrientation Orientation ) con)
|
 | float | GetSubregionOffset (EUIOrientation Orientation, EUIExtentEvalType OutputType=UIEXTENTEVAL_Pixels ) con)
|
 | float | GetSubregionSize (EUIOrientation Orientation, EUIExtentEvalType OutputType=UIEXTENTEVAL_Pixels ) con)
|
 | string | GetValue (optional bool bReturnProcessedText=true ) con)
|
 | ETextClipMode | GetWrapMode () con)
|
 | bool | IsAutoSizeEnabled (EUIOrientation Orientation ))
|
 | bool | IsSubregionEnabled (EUIOrientation Orientation ) con)
|
 | bool | NotifyResolveStyle (UISkin ActiveSkin, bool bClearExistingValue, optional UIState CurrentMenuState, const optional name StylePropertyName)
|
 | | RefreshValue ()
|
 | | SetAlignment (EUIOrientation Orientation, EUIAlignment NewAlignment)
|
 | | SetAttributes (UITextAttributes NewAttributes)
|
 | | SetAutoScaling (ETextAutoScaleMode NewAutoScaleMode, optional float NewMinScaleValue=-1.f)
|
 | | SetAutoSizeExtent (EUIOrientation Orientation, float MinValue, float MaxValue, EUIExtentEvalType MinScaleType, EUIExtentEvalType MaxScaleType)
|
 | | SetAutoSizePadding (EUIOrientation Orientation, float NearValue, float FarValue, EUIExtentEvalType NearScaleType, EUIExtentEvalType FarScaleType ))
|
 | | SetClipAlignment (EUIAlignment NewClipAlignment)
|
 | | SetColor (LinearColor NewColor)
|
 | | SetFont (Font NewFont)
|
 | | SetOpacity (float NewOpacity)
|
 | | SetPadding (float HorizontalPadding, float VerticalPadding)
|
 | | SetScale (EUIOrientation Orientation, float NewScale)
|
 | | SetSpacingAdjust (EUIOrientation Orientation, float NewSpacingAdjust)
|
 | bool | SetStyleResolverTag (name NewResolverTag)
|
 | | SetSubregionAlignment (EUIOrientation Orientation, EUIAlignment NewValue)
|
 | | SetSubregionOffset (EUIOrientation Orientation, float NewValue, EUIExtentEvalType EvalType)
|
 | | SetSubregionSize (EUIOrientation Orientation, float NewValue, EUIExtentEvalType EvalType)
|
 | | SetValue (string NewText)
|
 | | SetWrapMode (ETextClipMode NewClipMode)
|
var transient bool bReapplyFormatting;
var const transient
class<
UIString> StringClass;
var private UIStyleReference StringStyle;
var name StyleResolverTag;
var private transient
UIString ValueString;
Data
var(Data) bool bIgnoreMarkup;
Debug
var(Debug) transient bool bRefreshString;
Presentation
var(Presentation) AutoSizeData AutoSizeParameters[EUIOrientation.UIORIENT_MAX] < ToolTip = Controls how this string should be auto - sized >;
ClampRegion[EUIOrientation.UIORIENT_MAX] Source code
var(Presentation) private UIRenderingSubregion ClampRegion[EUIOrientation.UIORIENT_MAX];
StyleOverride
TextStyleCustomization Source code
var(StyleOverride) UITextStyleOverride TextStyleCustomization;
DisableCustomAlignment Source code
native final function DisableCustomAlignment ( )
DisableCustomAttributes Source code
native final function DisableCustomAttributes ( )
DisableCustomAutoScaling Source code
native final function DisableCustomAutoScaling ( )
DisableCustomClipAlignment Source code
native final function DisableCustomClipAlignment ( )
native final function DisableCustomClipMode ( )
native final function DisableCustomColor ( )
native final function DisableCustomFont ( )
native final function DisableCustomOpacity ( )
native final function DisableCustomPadding ( )
native final function DisableCustomScale ( )
DisableCustomSpacingAdjust Source code
native final function DisableCustomSpacingAdjust ( )
final event EnableAutoSizing ( EUIOrientation Orientation, bool bShouldEnable=true ) )
native final function EnableSubregion ( EUIOrientation Orientation, optional bool bShouldEnable = true )
native final noexport
function UIStyle_Combo GetAppliedStringStyle ( optional
UIState DesiredMenuState )
native final function bool GetFinalStringStyle ( out UICombinedStyleData FinalStyleData )
native final virtual function name GetStyleResolverTag ( )
native final const function EUIAlignment GetSubregionAlignment ( EUIOrientation Orientation ) con )
native final const function float GetSubregionOffset ( EUIOrientation Orientation, EUIExtentEvalType OutputType=UIEXTENTEVAL_Pixels ) con )
native final const function float GetSubregionSize ( EUIOrientation Orientation, EUIExtentEvalType OutputType=UIEXTENTEVAL_Pixels ) con )
native final virtual const function string GetValue ( optional bool bReturnProcessedText=true ) con )
native final const function ETextClipMode GetWrapMode ( ) con )
final function bool IsAutoSizeEnabled ( EUIOrientation Orientation ) )
native final const function bool IsSubregionEnabled ( EUIOrientation Orientation ) con )
native final virtual
function bool NotifyResolveStyle (
UISkin ActiveSkin,
bool bClearExistingValue, optional
UIState CurrentMenuState, const optional
name StylePropertyName )
native final function RefreshValue ( )
native final function SetAlignment ( EUIOrientation Orientation, EUIAlignment NewAlignment )
native final function SetAttributes ( UITextAttributes NewAttributes )
native final function SetAutoScaling ( ETextAutoScaleMode NewAutoScaleMode, optional float NewMinScaleValue=-1.f )
native final function SetAutoSizeExtent ( EUIOrientation Orientation, float MinValue, float MaxValue, EUIExtentEvalType MinScaleType, EUIExtentEvalType MaxScaleType )
final event SetAutoSizePadding ( EUIOrientation Orientation, float NearValue, float FarValue, EUIExtentEvalType NearScaleType, EUIExtentEvalType FarScaleType ) )
native final function SetClipAlignment ( EUIAlignment NewClipAlignment )
native final
function SetColor (
LinearColor NewColor )
native final
function SetFont (
Font NewFont )
native final function SetOpacity ( float NewOpacity )
native final function SetPadding ( float HorizontalPadding, float VerticalPadding )
native final function SetScale ( EUIOrientation Orientation, float NewScale )
native final function SetSpacingAdjust ( EUIOrientation Orientation, float NewSpacingAdjust )
native final virtual function bool SetStyleResolverTag ( name NewResolverTag )
native final function SetSubregionAlignment ( EUIOrientation Orientation, EUIAlignment NewValue )
native final function SetSubregionOffset ( EUIOrientation Orientation, float NewValue, EUIExtentEvalType EvalType )
native final function SetSubregionSize ( EUIOrientation Orientation, float NewValue, EUIExtentEvalType EvalType )
native final virtual function SetValue ( string NewText )
native final function SetWrapMode ( ETextClipMode NewClipMode )
defaultproperties
{
StyleResolverTag="String Style"
ClampRegion(0)=(ClampRegionSize=(Value=1.000000,ScaleType=UIEXTENTEVAL_PercentSelf),ClampRegionOffset=(ScaleType=UIEXTENTEVAL_PercentSelf),ClampRegionAlignment=UIALIGN_Default)
ClampRegion(1)=(ClampRegionSize=(Value=1.000000,ScaleType=UIEXTENTEVAL_PercentSelf,Orientation=UIORIENT_Vertical),ClampRegionOffset=(ScaleType=UIEXTENTEVAL_PercentSelf,Orientation=UIORIENT_Vertical),ClampRegionAlignment=UIALIGN_Default)
TextStyleCustomization=(AutoScaling=(MinScale=0.600000),DrawScale[0]=1.000000,DrawScale[1]=1.000000,DrawColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),Opacity=1.000000)
StringStyle=(DefaultStyleTag="DefaultComboStyle",RequiredStyleClass=Class'Engine.UIStyle_Combo')
Name="Default__UIComp_DrawString"
ObjectArchetype=UIComp_DrawComponents'Engine.Default__UIComp_DrawComponents'
}
|
Creation time: sk 18-3-2018 10:00:46.410 - Created with
UnCodeX