0x00x0490
Members 24
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x10 | Text | FText | 3 flags | <FText> | |
| 0x10 | TextDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x10 | HintText | FText | 3 flags | <FText> | |
| 0x10 | HintTextDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x01A8 | 0x08 | padding / unreflected | |||
| 0x290 | WidgetStyle | FEditableTextStyle | 3 flags | {Font={FontObject=/Engine/EngineFonts/Roboto.Roboto, FontMa… | |
| 0x01 | IsReadOnly | bool | 7 flags | false | |
| 0x01 | IsPassword | bool | 7 flags | false | |
| 0x0442 | 0x02 | padding / unreflected | |||
| 0x04 | MinimumDesiredWidth | float | 7 flags | 0 | |
| 0x01 | IsCaretMovedWhenGainFocus | bool | 8 flags | true | |
| 0x01 | SelectAllTextWhenFocused | bool | 8 flags | false | |
| 0x01 | RevertTextOnEscape | bool | 8 flags | false | |
| 0x01 | ClearKeyboardFocusOnCommit | bool | 8 flags | true | |
| 0x01 | SelectAllTextOnCommit | bool | 8 flags | false | |
| 0x01 | AllowContextMenu | bool | 7 flags | true | |
| 0x01 | KeyboardType | EVirtualKeyboardType | 7 flags | Default | |
| 0x01 | VirtualKeyboardOptions | FVirtualKeyboardOptions | 4 flags | {bEnableAutocorrect=false} | |
| 0x01 | VirtualKeyboardTrigger | EVirtualKeyboardTrigger | 7 flags | OnFocusByPointer | |
| 0x01 | VirtualKeyboardDismissAction | EVirtualKeyboardDismissAction | 7 flags | TextChangeOnDismiss | |
| 0x01 | Justification | ETextJustify | 7 flags | Left | |
| 0x01 | OverflowPolicy | ETextOverflowPolicy | 8 flags | Clip | |
| 0x03 | ShapedTextOptions | FShapedTextOptions | 6 flags | {bOverride_TextShapingMethod=false, bOverride_TextFlowDirec… | |
| 0x0457 | 0x01 | padding / unreflected | |||
| 0x10 | OnTextChanged | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnTextCommitted | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x0478 | 0x10 | padding / unreflected | |||
| 0x01 | EnableIntegratedKeyboard | bool | 8 flags | false | |
| 0x0489 | 0x07 | unreflected bytes to end of UEditableText | |||
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 16
| Signature | Flags | Native | Params |
|---|---|---|---|
| void SetTextOverflowPolicy(const ETextOverflowPolicy& InOverflowPolicy) | FinalNative+1 flags | 0x01 | |
| void SetText(const FText& InText) | FinalNative+1 flags | 0x10 | |
| void SetMinimumDesiredWidth(float InMinDesiredWidth) | FinalNative+1 flags | 0x04 | |
| void SetJustification(const ETextJustify& InJustification) | FinalNative+1 flags | 0x01 | |
| void SetIsReadOnly(bool InbIsReadyOnly) | FinalNative+1 flags | 0x01 | |
| void SetIsPassword(bool InbIsPassword) | 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 OnEditableTextCommittedEvent__DelegateSignature(FText& Text, const ETextCommit& CommitMethod) | Public | 0x11 | |
| void OnEditableTextChangedEvent__DelegateSignature(FText& Text) | Public | 0x10 | |
| FText GetText() | FinalNative+1 flags | 0x10 | |
| ETextJustify GetJustification() | FinalNative+1 flags | 0x01 | |
| FText GetHintText() | FinalNative+1 flags | 0x10 | |
| FSlateFontInfo GetFont() | FinalNative+1 flags | 0x60 |