0x00x0E80
Members 23
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x10 | Text | FText | 3 flags | <FText> | |
| 0x10 | TextDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x0188 | 0x08 | padding / unreflected | |||
| 0xC80 | WidgetStyle | FEditableTextBoxStyle | 3 flags | {BackgroundImageNormal={TintColor={SpecifiedColor={LinearCo… | |
| 0x10 | HintText | FText | 3 flags | <FText> | |
| 0x10 | HintTextDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x01 | IsReadOnly | bool | 7 flags | false | |
| 0x01 | IsPassword | bool | 7 flags | false | |
| 0x0E32 | 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… | |
| 0x0E47 | 0x01 | padding / unreflected | |||
| 0x10 | OnTextChanged | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnTextCommitted | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x0E68 | 0x18 | unreflected bytes to end of UEditableTextBox | |||
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 13
| Signature | Flags | Native | Params |
|---|---|---|---|
| void SetTextOverflowPolicy(const ETextOverflowPolicy& InOverflowPolicy) | FinalNative+1 flags | 0x01 | |
| void SetText(const FText& InText) | FinalNative+1 flags | 0x10 | |
| void SetJustification(const ETextJustify& InJustification) | FinalNative+1 flags | 0x01 | |
| void SetIsReadOnly(bool bReadOnly) | FinalNative+1 flags | 0x01 | |
| void SetIsPassword(bool bIsPassword) | FinalNative+1 flags | 0x01 | |
| void SetHintText(const FText& InText) | FinalNative+1 flags | 0x10 | |
| void SetForegroundColor(const FLinearColor& Color) | FinalNative+1 flags | 0x10 | |
| void SetError(const FText& InError) | FinalNative+1 flags | 0x10 | |
| void OnEditableTextBoxCommittedEvent__DelegateSignature(FText& Text, const ETextCommit& CommitMethod) | Public | 0x11 | |
| void OnEditableTextBoxChangedEvent__DelegateSignature(FText& Text) | Public | 0x10 | |
| bool HasError() | FinalNative+1 flags | 0x01 | |
| FText GetText() | FinalNative+1 flags | 0x10 | |
| void ClearError() | FinalNative+1 flags | 0x00 |