0x00x04E0
Members 14
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x10 | Text | FText | 3 flags | <FText> | |
| 0x10 | HintText | FText | 3 flags | <FText> | |
| 0x10 | HintTextDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x01B8 | 0x08 | padding / unreflected | |||
| 0x2E0 | WidgetStyle | FTextBlockStyle | 3 flags | {Font={FontObject=/Engine/EngineFonts/Roboto.Roboto, FontMa… | |
| 0x01 | bIsReadOnly | bool | 7 flags | false | |
| 0x01 | SelectAllTextWhenFocused | bool | 8 flags | false | |
| 0x01 | ClearTextSelectionOnFocusLoss | bool | 7 flags | true | |
| 0x01 | RevertTextOnEscape | bool | 8 flags | false | |
| 0x01 | ClearKeyboardFocusOnCommit | bool | 8 flags | true | |
| 0x01 | AllowContextMenu | bool | 7 flags | true | |
| 0x01 | VirtualKeyboardOptions | FVirtualKeyboardOptions | 4 flags | {bEnableAutocorrect=false} | |
| 0x01 | VirtualKeyboardDismissAction | EVirtualKeyboardDismissAction | 7 flags | TextChangeOnDismiss | |
| 0x10 | OnTextChanged | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnTextCommitted | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x04C8 | 0x18 | unreflected bytes to end of UMultiLineEditableText | |||
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 SetWidgetStyle(FTextBlockStyle& InWidgetStyle) | FinalNative+1 flags | 0x2E0 | |
| void SetText(const FText& InText) | FinalNative+1 flags | 0x10 | |
| void SetIsReadOnly(bool bReadOnly) | FinalNative+1 flags | 0x01 | |
| void SetHintText(const FText& InHintText) | FinalNative+1 flags | 0x10 | |
| void SetFontOutlineMaterial(UMaterialInterface* InMaterial) | FinalNative+1 flags | 0x08 | |
| void SetFontMaterial(UMaterialInterface* InMaterial) | FinalNative+1 flags | 0x08 | |
| void SetFont(const FSlateFontInfo& InFontInfo) | FinalNative+1 flags | 0x60 | |
| void OnMultiLineEditableTextCommittedEvent__DelegateSignature(FText& Text, const ETextCommit& CommitMethod) | Public | 0x11 | |
| void OnMultiLineEditableTextChangedEvent__DelegateSignature(FText& Text) | Public | 0x10 | |
| FText GetText() | FinalNative+1 flags | 0x10 | |
| FText GetHintText() | FinalNative+1 flags | 0x10 | |
| FSlateFontInfo GetFont() | FinalNative+1 flags | 0x60 |