0x00x0360
Members 7
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x04 | MobileFontSizeMultiplier | float | Protected+7 flags | 1 | |
| 0x01 | bIsScrollingEnabled | bool | 9 flags | true | |
| 0x01 | bDisplayAllCaps | bool | Deprecated+5 flags | false | |
| 0x01 | bAutoCollapseWithEmptyText | bool | 8 flags | false | |
| 0x08 | Style | TSubclassOf<UCommonTextStyle> | 9 flags | nullptr | |
| 0x08 | ScrollStyle | TSubclassOf<UCommonTextScrollStyle> | 9 flags | nullptr | |
| 0x01 | ScrollOrientation | EOrientation | 9 flags | Orient_Horizontal | |
| 0x0341 | 0x1F | unreflected bytes to end of UCommonTextBlock | |||
Inherited from UTextBlock 14
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x10 | Text | FText | 3 flags | <FText> | |
| 0x10 | TextDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x14 | ColorAndOpacity | FSlateColor | 3 flags | {SpecifiedColor={R=1, G=1, B=1, A=1}, ColorUseRule=UseColor… | |
| 0x10 | ColorAndOpacityDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x04 | MinDesiredWidth | float | 7 flags | 0 | |
| 0x60 | Font | FSlateFontInfo | 4 flags | {FontObject=/Engine/EngineFonts/Roboto.Roboto, FontMaterial… | |
| 0xB0 | StrikeBrush | FSlateBrush | 3 flags | {TintColor={SpecifiedColor={R=1, G=1, B=1, A=1}, ColorUseRu… | |
| 0x10 | ShadowOffset | FVector2D | 7 flags | {X=1, Y=1} | |
| 0x10 | ShadowColorAndOpacity | FLinearColor | 7 flags | {R=0, G=0, B=0, A=0} | |
| 0x10 | ShadowColorAndOpacityDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x01 | bWrapWithInvalidationPanel | bool | 9 flags | false | |
| 0x01 | TextTransformPolicy | ETextTransformPolicy | 7 flags | None | |
| 0x01 | TextOverflowPolicy | ETextOverflowPolicy | 8 flags | Clip | |
| 0x01 | bSimpleTextMode | bool | Protected+9 flags | false |
Inherited from UTextLayoutWidget 8
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x03 | ShapedTextOptions | FShapedTextOptions | Protected+5 flags | {bOverride_TextShapingMethod=false, bOverride_TextFlowDirec… | |
| 0x01 | Justification | ETextJustify | Protected+7 flags | Left | |
| 0x01 | WrappingPolicy | ETextWrappingPolicy | Protected+8 flags | DefaultWrapping | |
| 0x01 | AutoWrapText : 1bit 0 | bool | Protected+5 flags | false | |
| 0x01 | ApplyLineHeightToBottomLine | bool | Protected+8 flags | true | |
| 0x016F | 0x01 | padding / unreflected | |||
| 0x04 | WrapTextAt | float | Protected+7 flags | 0 | |
| 0x10 | Margin | FMargin | Protected+7 flags | {Left=0, Top=0, Right=0, Bottom=0} | |
| 0x04 | LineHeightPercentage | float | Protected+8 flags | 1 | |
Inherited from UWidget 23
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x08 | Slot | UPanelSlot* | 13 flags | nullptr | |
| 0x10 | bIsEnabledDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x10 | ToolTipTextDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x10 | ToolTipText | FText | 3 flags | <FText> | |
| 0x08 | ToolTipWidget | UWidget* | 12 flags | nullptr | |
| 0x10 | ToolTipWidgetDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x10 | VisibilityDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x38 | RenderTransform | FWidgetTransform | 4 flags | {Translation={X=0, Y=0}, Scale={X=1, Y=1}, Shear={X=0, Y=0}… | |
| 0x10 | RenderTransformPivot | FVector2D | 7 flags | {X=0.5, Y=0.5} | |
| 0x01 | FlowDirectionPreference | EFlowDirectionPreference | 7 flags | Inherit | |
| 0x01 | bIsVariable : 1bit 0 | bool | 3 flags | true | |
| 0x01 | bCreatedByConstructionScript : 1bit 1 | bool | Transient+3 flags | false | |
| 0x01 | bIsEnabled : 1bit 2 | bool | 5 flags | true | |
| 0x01 | bOverride_Cursor : 1bit 3 | bool | 4 flags | false | |
| 0x01 | bIsVolatile : 1bit 4 | bool | Protected+6 flags | false | |
| 0x01 | Cursor | EMouseCursor | 8 flags | Default | |
| 0x01 | Clipping | EWidgetClipping | 7 flags | Inherit | |
| 0x01 | Visibility | ESlateVisibility | 7 flags | Visible | |
| 0x01 | PixelSnapping | EWidgetPixelSnapping | 7 flags | Inherit | |
| 0x00DE | 0x02 | padding / unreflected | |||
| 0x04 | RenderOpacity | float | Protected+7 flags | 1 | |
| 0x00E4 | 0x04 | padding / unreflected | |||
| 0x08 | AccessibleWidgetData | USlateAccessibleWidgetData* | 9 flags | nullptr | |
| 0x08 | Navigation | UWidgetNavigation* | 12 flags | nullptr | |
| 0x00F8 | 0x40 | padding / unreflected | |||
| 0x10 | NativeBindings | TArray<UPropertyBinding*> | TransientProtected+4 flags | [] | |
Functions 12
| Signature | Flags | Native | Params |
|---|---|---|---|
| void SetWrapTextWidth(int32 InWrapTextAt) | FinalNative+1 flags | 0x04 | |
| void SetTextCase(bool bUseAllCaps) | FinalNative+1 flags | 0x01 | |
| void SetStyle(TSubclassOf<UCommonTextStyle> InStyle) | FinalNative+1 flags | 0x08 | |
| void SetScrollOrientation(const EOrientation& InScrollOrientation) | FinalNative+1 flags | 0x01 | |
| void SetScrollingEnabled(bool bInIsScrollingEnabled) | FinalNative+1 flags | 0x01 | |
| void SetMobileFontSizeMultiplier(float InMobileFontSizeMultiplier) | FinalNative+1 flags | 0x04 | |
| void SetMargin(const FMargin& InMargin) | FinalNative+1 flags | 0x10 | |
| void SetLineHeightPercentage(float InLineHeightPercentage) | FinalNative+1 flags | 0x04 | |
| void SetApplyLineHeightToBottomLine(bool InApplyLineHeightToBottomLine) | FinalNative+1 flags | 0x01 | |
| void ResetScrollState() | FinalNative+1 flags | 0x00 | |
| float GetMobileFontSizeMultiplier() | FinalNative+1 flags | 0x04 | |
| FMargin GetMargin() | FinalNative+1 flags | 0x10 |
Subclasses 2
Used by 93
types with a member, parameter or interface of this typeUCommonBoundActionButtonUCommonRotatorUInventoryWidgetUKeyBindingEntryWidgetUOptionSelectorUOptionSliderUStormEditableTextButtonUSubcategoryDividerWidgetUTaskListUTaskListEntryUToastWidgetUVirtualKeyboardKeyUW_AchievementEntry_CUW_ArchiveDocDisplay_CUW_ArchiveEntry_CUW_Bracket_Button_CUW_Bracket_Buy_Button_CUW_BuySkinCard_CUW_CategoryHeader_CUW_CheckoutItem_CUW_ComboBoxButton_CUW_ConfirmAction_CUW_ConflictPopup_CUW_CounterText_CUW_CreditsEntry_CUW_CreditsEntry_Message_CUW_CreditsTitle_CUW_CrewAssembly_New_CUW_CrewLobbyInfo_CUW_GameVersion_CUW_Header_CUW_HostLoadingScreen_ProgressBar_CUW_HUD_HealthStamina_CUW_Interaction_Prompt_CUW_KeyBindingButton_CUW_LoadingScreen_CUW_LobbySearchResult_CUW_Locker_CUW_LoreUI_CUW_MapSelectionSwitcher_CUW_MatchData_CUW_Menu_Item_Button_CUW_Monitoring_CUW_OptionsComboBoxBase_CUW_OptionSelectorBase_CUW_PageNumber_CUW_PauseMenu_Button_CUW_PlayerInfo_CUW_PlayerVoiceCard_CUW_PopupBase_CUW_PostGameData_CUW_ProgressBar_CUW_QuestBoard_CUW_QuestEntity_CUW_QuestObjective_CUW_RadarStatusEntry_CUW_ReportPage_CUW_RewardEntry_CUW_RewardPage_CUW_RewardsList_CUW_SearchingLoader_CUW_SettingsSection_CUW_SideBracket_M_Button_CUW_SideBracket_SM_Button_CUW_SkinInfo_CUW_SpectateInterface_CUW_Status_CUW_Storage_CUW_StorageEntry_CUW_StormSettings_CUW_TaskList_CUW_TokenAmount_CUW_Tooltip_Text_CUW_UnstuckIndicator_CUW_VanSchematic_CUW_VendingItem_CUW_VendingItemInfo_CUW_VK_Button_CUW_WelcomeScreen_CUW_WhiteboardUI_C+13 more