0x00x0310
Members 16
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x01 | HorizontalAlignment | EHorizontalAlignment | 7 flags | HAlign_Fill | |
| 0x01 | VerticalAlignment | EVerticalAlignment | 7 flags | VAlign_Fill | |
| 0x01 | bShowEffectWhenDisabled : 1bit 0 | bool | 6 flags | true | |
| 0x0183 | 0x01 | padding / unreflected | |||
| 0x10 | ContentColorAndOpacity | FLinearColor | 7 flags | {R=1, G=1, B=1, A=1} | |
| 0x10 | ContentColorAndOpacityDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x10 | Padding | FMargin | 6 flags | {Left=4, Top=2, Right=4, Bottom=2} | |
| 0x01B4 | 0x0C | padding / unreflected | |||
| 0xB0 | Background | FSlateBrush | 4 flags | {TintColor={SpecifiedColor={R=1, G=1, B=1, A=1}, ColorUseRu… | |
| 0x10 | BackgroundDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x10 | BrushColor | FLinearColor | 7 flags | {R=1, G=1, B=1, A=1} | |
| 0x10 | BrushColorDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x10 | DesiredSizeScale | FVector2D | 7 flags | {X=1, Y=1} | |
| 0x01 | bFlipForRightToLeftFlowDirection | bool | 6 flags | false | |
| 0x02B1 | 0x03 | padding / unreflected | |||
| 0x10 | OnMouseButtonDownEvent | FScriptDelegate | 6 flags | <delegate> | |
| 0x10 | OnMouseButtonUpEvent | FScriptDelegate | 6 flags | <delegate> | |
| 0x10 | OnMouseMoveEvent | FScriptDelegate | 6 flags | <delegate> | |
| 0x10 | OnMouseDoubleClickEvent | FScriptDelegate | 6 flags | <delegate> | |
| 0x02F4 | 0x1C | unreflected bytes to end of UBorder | |||
Inherited from UPanelWidget 1
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x10 | Slots | TArray<UPanelSlot*> | Protected+6 flags | [] |
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 SetVerticalAlignment(const EVerticalAlignment& InVerticalAlignment) | FinalNative+1 flags | 0x01 | |
| void SetShowEffectWhenDisabled(bool bInShowEffectWhenDisabled) | FinalNative+1 flags | 0x01 | |
| void SetPadding(const FMargin& InPadding) | FinalNative+1 flags | 0x10 | |
| void SetHorizontalAlignment(const EHorizontalAlignment& InHorizontalAlignment) | FinalNative+1 flags | 0x01 | |
| void SetDesiredSizeScale(const FVector2D& InScale) | FinalNative+1 flags | 0x10 | |
| void SetContentColorAndOpacity(const FLinearColor& InContentColorAndOpacity) | FinalNative+1 flags | 0x10 | |
| void SetBrushFromTexture(UTexture2D* Texture) | FinalNative+1 flags | 0x08 | |
| void SetBrushFromMaterial(UMaterialInterface* Material) | FinalNative+1 flags | 0x08 | |
| void SetBrushFromAsset(USlateBrushAsset* Asset) | FinalNative+1 flags | 0x08 | |
| void SetBrushColor(const FLinearColor& InBrushColor) | FinalNative+1 flags | 0x10 | |
| void SetBrush(FSlateBrush& InBrush) | FinalNative+1 flags | 0xB0 | |
| UMaterialInstanceDynamic* GetDynamicMaterial() | FinalNative+1 flags | 0x08 |
Subclasses 2
Used by 23
types with a member, parameter or interface of this typeUFL_UI_CUStormEditableTextButtonUW_AchievementEntry_CUW_ArchiveEntry_CUW_CheckoutItem_CUW_ConflictPopup_CUW_CrewAssembly_New_CUW_Crosshair_CUW_HUD_HealthStamina_CUW_IconButton_CUW_LoadingScreen_CUW_Locker_CUW_MiniSoundOptions_CUW_OptionSelector_Toggle_CUW_OptionsSlider_CUW_PauseMenu_Button_CUW_PopupBase_CUW_PostGameData_CUW_SessionNameField_CUW_VendingItem_CUW_VoiceConnectionButton_CUWB_MenuRibbon_CUWBP_EndScreenPositive_C