0x00x0880
Members 11
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x0168 | 0x08 | padding / unreflected | |||
| 0x390 | WidgetStyle | FButtonStyle | 3 flags | {Normal={TintColor={SpecifiedColor={LinearColor}, ColorUseR… | |
| 0x2E0 | TextStyle | FTextBlockStyle | 3 flags | {Font={FontObject=/Engine/EngineFonts/Roboto.Roboto, FontMa… | |
| 0x20 | SelectedKey | FInputChord | 3 flags | {Key={KeyName=None}, bShift=false, bCtrl=false, bAlt=false,… | |
| 0x10 | Margin | FMargin | 6 flags | {Left=0, Top=0, Right=0, Bottom=0} | |
| 0x10 | KeySelectionText | FText | 3 flags | <FText> | |
| 0x10 | NoKeySpecifiedText | FText | 3 flags | <FText> | |
| 0x01 | bAllowModifierKeys | bool | 7 flags | true | |
| 0x01 | bAllowGamepadKeys | bool | 7 flags | false | |
| 0x0832 | 0x06 | padding / unreflected | |||
| 0x10 | EscapeKeys | TArray<FKey> | 5 flags | [1 item] | |
| 0x10 | OnKeySelected | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnIsSelectingKeyChanged | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x0868 | 0x18 | unreflected bytes to end of UInputKeySelector | |||
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 10
| Signature | Flags | Native | Params |
|---|---|---|---|
| void SetTextBlockVisibility(const ESlateVisibility& InVisibility) | FinalNative+1 flags | 0x01 | |
| void SetSelectedKey(FInputChord& InSelectedKey) | FinalNative+1 flags | 0x20 | |
| void SetNoKeySpecifiedText(const FText& InNoKeySpecifiedText) | FinalNative+1 flags | 0x10 | |
| void SetKeySelectionText(const FText& InKeySelectionText) | FinalNative+1 flags | 0x10 | |
| void SetEscapeKeys(const TArray<FKey>& InKeys) | FinalNative+1 flags | 0x10 | |
| void SetAllowModifierKeys(bool bInAllowModifierKeys) | FinalNative+1 flags | 0x01 | |
| void SetAllowGamepadKeys(bool bInAllowGamepadKeys) | FinalNative+1 flags | 0x01 | |
| void OnKeySelected__DelegateSignature(const FInputChord& SelectedKey) | Public | 0x20 | |
| void OnIsSelectingKeyChanged__DelegateSignature() | Public | 0x00 | |
| bool GetIsSelectingKey() | FinalNative+1 flags | 0x01 |