0x00x1970
Members 15
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x10 | Options | TArray<FName> | 3 flags | [] | |
| 0x08 | SelectedOption | FName | 6 flags | None | |
| 0x5C0 | WidgetStyle | FComboBoxStyle | 3 flags | {ComboButtonStyle={ButtonStyle={Normal={SlateBrush}, Hovere… | |
| 0xB50 | ItemStyle | FTableRowStyle | 3 flags | {SelectorFocusedBrush={TintColor={SpecifiedColor={LinearCol… | |
| 0x650 | ScrollBarStyle | FScrollBarStyle | 4 flags | {HorizontalBackgroundImage={TintColor={SpecifiedColor={Line… | |
| 0x14 | ForegroundColor | FSlateColor | 4 flags | {SpecifiedColor={R=0, G=0, B=0, A=1}, ColorUseRule=UseColor… | |
| 0x10 | ContentPadding | FMargin | 6 flags | {Left=4, Top=2, Right=4, Bottom=2} | |
| 0x04 | MaxListHeight | float | 8 flags | 450 | |
| 0x01 | bHasDownArrow | bool | 8 flags | true | |
| 0x01 | bEnableGamepadNavigationMode | bool | 8 flags | true | |
| 0x01 | bIsFocusable | bool | 8 flags | true | |
| 0x190B | 0x01 | padding / unreflected | |||
| 0x10 | OnGenerateContentWidget | FScriptDelegate | 6 flags | <delegate> | |
| 0x10 | OnGenerateItemWidget | FScriptDelegate | 6 flags | <delegate> | |
| 0x192C | 0x04 | padding / unreflected | |||
| 0x10 | OnSelectionChanged | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnOpening | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x1950 | 0x20 | unreflected bytes to end of UComboBoxKey | |||
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 SetSelectedOption(const FName& Option) | FinalNative+1 flags | 0x08 | |
| bool RemoveOption(const FName& Option) | FinalNative+1 flags | 0x09 | |
| void OnSelectionChangedEvent__DelegateSignature(const FName& SelectedItem, const ESelectInfo& SelectionType) | Public | 0x09 | |
| void OnOpeningEvent__DelegateSignature() | Public | 0x00 | |
| bool IsOpen() | FinalNative+1 flags | 0x01 | |
| FName GetSelectedOption() | FinalNative+1 flags | 0x08 | |
| UWidget* GenerateWidgetEvent__DelegateSignature(const FName& Item) | Public | 0x10 | |
| void ClearSelection() | FinalNative+1 flags | 0x00 | |
| void ClearOptions() | FinalNative+1 flags | 0x00 | |
| void AddOption(const FName& Option) | FinalNative+1 flags | 0x08 |