Files
ReshadePluginsCore/SilentHill2Remake/SDK/CommonUI_classes.hpp

2217 lines
119 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: CommonUI
#include "Basic.hpp"
#include "CommonUI_structs.hpp"
#include "GameplayTags_structs.hpp"
#include "UMG_structs.hpp"
#include "UMG_classes.hpp"
#include "SlateCore_structs.hpp"
#include "CommonInput_structs.hpp"
#include "CoreUObject_structs.hpp"
#include "CoreUObject_classes.hpp"
#include "Engine_structs.hpp"
#include "Engine_classes.hpp"
namespace SDK
{
// Class CommonUI.CommonLoadGuard
// 0x0168 (0x02D0 - 0x0168)
class UCommonLoadGuard final : public UContentWidget
{
public:
uint8 Pad_168[0x8]; // 0x0168(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
struct FSlateBrush LoadingBackgroundBrush; // 0x0170(0x00D0)(Edit, NativeAccessSpecifierPrivate)
EHorizontalAlignment ThrobberAlignment; // 0x0240(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
uint8 Pad_241[0x3]; // 0x0241(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FMargin ThrobberPadding; // 0x0244(0x0010)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPrivate)
uint8 Pad_254[0x4]; // 0x0254(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class FText LoadingText; // 0x0258(0x0018)(Edit, NativeAccessSpecifierPrivate)
TSubclassOf<class UCommonTextStyle> TextStyle; // 0x0270(0x0008)(Edit, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
TMulticastInlineDelegate<void(bool bIsLoading)> BP_OnLoadingStateChanged; // 0x0278(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPrivate)
struct FSoftObjectPath SpinnerMaterialPath; // 0x0288(0x0020)(ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
uint8 Pad_2A8[0x28]; // 0x02A8(0x0028)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void BP_GuardAndLoadAsset(const TSoftObjectPtr<class UObject>& InLazyAsset, const TDelegate<void(class UObject* Object)>& OnAssetLoaded);
void SetIsLoading(bool bInIsLoading);
void SetLoadingText(const class FText& InLoadingText);
bool IsLoading() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonLoadGuard")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonLoadGuard")
}
static class UCommonLoadGuard* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonLoadGuard>();
}
};
DUMPER7_ASSERTS_UCommonLoadGuard;
// Class CommonUI.CommonAnimatedSwitcher
// 0x0070 (0x01F0 - 0x0180)
class UCommonAnimatedSwitcher : public UWidgetSwitcher
{
public:
uint8 Pad_180[0x30]; // 0x0180(0x0030)(Fixing Size After Last Property [ Dumper-7 ])
ECommonSwitcherTransition TransitionType; // 0x01B0(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
ETransitionCurve TransitionCurveType; // 0x01B1(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_1B2[0x2]; // 0x01B2(0x0002)(Fixing Size After Last Property [ Dumper-7 ])
float TransitionDuration; // 0x01B4(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_1B8[0x38]; // 0x01B8(0x0038)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void ActivateNextWidget(bool bCanWrap);
void ActivatePreviousWidget(bool bCanWrap);
void SetDisableTransitionAnimation(bool bDisableAnimation);
bool HasWidgets() const;
bool IsCurrentlySwitching() const;
bool IsTransitionPlaying() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonAnimatedSwitcher")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonAnimatedSwitcher")
}
static class UCommonAnimatedSwitcher* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonAnimatedSwitcher>();
}
};
DUMPER7_ASSERTS_UCommonAnimatedSwitcher;
// Class CommonUI.CommonWidgetCarousel
// 0x0048 (0x01B0 - 0x0168)
class UCommonWidgetCarousel final : public UPanelWidget
{
public:
int32 ActiveWidgetIndex; // 0x0168(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_16C[0x4]; // 0x016C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void(class UCommonWidgetCarousel* CarouselWidget, int32 CurrentPageIndex)> OnCurrentPageIndexChanged; // 0x0170(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_180[0x30]; // 0x0180(0x0030)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void BeginAutoScrolling(float ScrollInterval);
void EndAutoScrolling();
void NextPage();
void PreviousPage();
void SetActiveWidget(class UWidget* Widget);
void SetActiveWidgetIndex(int32 Index_0);
int32 GetActiveWidgetIndex() const;
class UWidget* GetWidgetAtIndex(int32 Index_0) const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonWidgetCarousel")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonWidgetCarousel")
}
static class UCommonWidgetCarousel* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonWidgetCarousel>();
}
};
DUMPER7_ASSERTS_UCommonWidgetCarousel;
// Class CommonUI.CommonStyleSheetTypeBase
// 0x0008 (0x0030 - 0x0028)
class UCommonStyleSheetTypeBase : public UObject
{
public:
bool bIsEnabled; // 0x0028(0x0001)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonStyleSheetTypeBase")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonStyleSheetTypeBase")
}
static class UCommonStyleSheetTypeBase* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonStyleSheetTypeBase>();
}
};
DUMPER7_ASSERTS_UCommonStyleSheetTypeBase;
// Class CommonUI.CommonStyleSheetTypeOpacity
// 0x0008 (0x0038 - 0x0030)
class UCommonStyleSheetTypeOpacity final : public UCommonStyleSheetTypeBase
{
public:
float Opacity; // 0x0030(0x0004)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonStyleSheetTypeOpacity")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonStyleSheetTypeOpacity")
}
static class UCommonStyleSheetTypeOpacity* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonStyleSheetTypeOpacity>();
}
};
DUMPER7_ASSERTS_UCommonStyleSheetTypeOpacity;
// Class CommonUI.CommonLazyImage
// 0x0110 (0x03C0 - 0x02B0)
class UCommonLazyImage : public UImage
{
public:
struct FSlateBrush LoadingBackgroundBrush; // 0x02B0(0x00D0)(Edit, NativeAccessSpecifierPrivate)
class FName MaterialTextureParamName; // 0x0380(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
TMulticastInlineDelegate<void(bool bIsLoading)> BP_OnLoadingStateChanged; // 0x0388(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPrivate)
uint8 Pad_398[0x28]; // 0x0398(0x0028)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void SetBrushFromLazyDisplayAsset(const TSoftObjectPtr<class UObject>& LazyObject, bool bMatchTextureSize);
void SetBrushFromLazyMaterial(const TSoftObjectPtr<class UMaterialInterface>& LazyMaterial);
void SetBrushFromLazyTexture(const TSoftObjectPtr<class UTexture2D>& LazyTexture, bool bMatchSize);
void SetMaterialTextureParamName(class FName TextureParamName);
bool IsLoading() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonLazyImage")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonLazyImage")
}
static class UCommonLazyImage* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonLazyImage>();
}
};
DUMPER7_ASSERTS_UCommonLazyImage;
// Class CommonUI.CommonVisualAttachment
// 0x0020 (0x01C0 - 0x01A0)
class UCommonVisualAttachment final : public USizeBox
{
public:
struct FVector2D ContentAnchor; // 0x01A0(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1B0[0x10]; // 0x01B0(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonVisualAttachment")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonVisualAttachment")
}
static class UCommonVisualAttachment* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonVisualAttachment>();
}
};
DUMPER7_ASSERTS_UCommonVisualAttachment;
// Class CommonUI.CommonStyleSheetTypeColor
// 0x0010 (0x0040 - 0x0030)
class UCommonStyleSheetTypeColor final : public UCommonStyleSheetTypeBase
{
public:
struct FLinearColor Color; // 0x0030(0x0010)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonStyleSheetTypeColor")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonStyleSheetTypeColor")
}
static class UCommonStyleSheetTypeColor* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonStyleSheetTypeColor>();
}
};
DUMPER7_ASSERTS_UCommonStyleSheetTypeColor;
// Class CommonUI.CommonUIVisibilitySubsystem
// 0x0058 (0x0088 - 0x0030)
class UCommonUIVisibilitySubsystem final : public ULocalPlayerSubsystem
{
public:
uint8 Pad_30[0x58]; // 0x0030(0x0058)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonUIVisibilitySubsystem")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonUIVisibilitySubsystem")
}
static class UCommonUIVisibilitySubsystem* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonUIVisibilitySubsystem>();
}
};
DUMPER7_ASSERTS_UCommonUIVisibilitySubsystem;
// Class CommonUI.CommonTextStyle
// 0x0188 (0x01B0 - 0x0028)
#pragma pack(push, 0x1)
class alignas(0x10) UCommonTextStyle : public UObject
{
public:
struct FSlateFontInfo Font; // 0x0028(0x0058)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FLinearColor Color; // 0x0080(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bUsesDropShadow; // 0x0090(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_91[0x7]; // 0x0091(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
struct FVector2D ShadowOffset; // 0x0098(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FLinearColor ShadowColor; // 0x00A8(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FMargin Margin; // 0x00B8(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
uint8 Pad_C8[0x8]; // 0x00C8(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
struct FSlateBrush StrikeBrush; // 0x00D0(0x00D0)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NativeAccessSpecifierPublic)
float LineHeightPercentage; // 0x01A0(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1A4[0x4]; // 0x01A4(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void GetColor(struct FLinearColor* OutColor) const;
void GetFont(struct FSlateFontInfo* OutFont) const;
float GetLineHeightPercentage() const;
void GetMargin(struct FMargin* OutMargin) const;
void GetShadowColor(struct FLinearColor* OutColor) const;
void GetShadowOffset(struct FVector2D* OutShadowOffset) const;
void GetStrikeBrush(struct FSlateBrush* OutStrikeBrush) const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonTextStyle")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonTextStyle")
}
static class UCommonTextStyle* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonTextStyle>();
}
};
#pragma pack(pop)
DUMPER7_ASSERTS_UCommonTextStyle;
// Class CommonUI.CommonWidgetGroupBase
// 0x0000 (0x0028 - 0x0028)
class UCommonWidgetGroupBase : public UObject
{
public:
void AddWidget(class UWidget* InWidget);
void RemoveAll();
void RemoveWidget(class UWidget* InWidget);
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonWidgetGroupBase")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonWidgetGroupBase")
}
static class UCommonWidgetGroupBase* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonWidgetGroupBase>();
}
};
DUMPER7_ASSERTS_UCommonWidgetGroupBase;
// Class CommonUI.CommonBorder
// 0x0020 (0x0330 - 0x0310)
#pragma pack(push, 0x1)
class alignas(0x10) UCommonBorder : public UBorder
{
public:
TSubclassOf<class UCommonBorderStyle> Style; // 0x0308(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoDestructor, ExposeOnSpawn, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bReducePaddingBySafezone; // 0x0310(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_311[0x3]; // 0x0311(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FMargin MinimumPadding; // 0x0314(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
uint8 Pad_324[0x4]; // 0x0324(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void SetStyle(TSubclassOf<class UCommonBorderStyle> InStyle);
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonBorder")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonBorder")
}
static class UCommonBorder* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonBorder>();
}
};
#pragma pack(pop)
DUMPER7_ASSERTS_UCommonBorder;
// Class CommonUI.UCommonVisibilityWidgetBase
// 0x0050 (0x0380 - 0x0330)
class UUCommonVisibilityWidgetBase final : public UCommonBorder
{
public:
TMap<class FName, bool> VisibilityControls; // 0x0328(0x0050)(Edit, EditFixedSize, NativeAccessSpecifierPublic)
bool bShowForGamepad; // 0x0378(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bShowForMouseAndKeyboard; // 0x0379(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bShowForTouch; // 0x037A(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ESlateVisibility VisibleType; // 0x037B(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ESlateVisibility HiddenType; // 0x037C(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_37D[0x3]; // 0x037D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static const TArray<class FName> GetRegisteredPlatforms();
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("UCommonVisibilityWidgetBase")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"UCommonVisibilityWidgetBase")
}
static class UUCommonVisibilityWidgetBase* GetDefaultObj()
{
return GetDefaultObjImpl<UUCommonVisibilityWidgetBase>();
}
};
DUMPER7_ASSERTS_UUCommonVisibilityWidgetBase;
// Class CommonUI.CommonBoundActionButtonInterface
// 0x0000 (0x0000 - 0x0000)
class ICommonBoundActionButtonInterface final
{
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonBoundActionButtonInterface")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonBoundActionButtonInterface")
}
static class ICommonBoundActionButtonInterface* GetDefaultObj()
{
return GetDefaultObjImpl<ICommonBoundActionButtonInterface>();
}
class UObject* AsUObject()
{
return reinterpret_cast<UObject*>(this);
}
const class UObject* AsUObject() const
{
return reinterpret_cast<const UObject*>(this);
}
};
DUMPER7_ASSERTS_ICommonBoundActionButtonInterface;
// Class CommonUI.CommonWidgetCarouselNavBar
// 0x0048 (0x0198 - 0x0150)
class UCommonWidgetCarouselNavBar final : public UWidget
{
public:
TSubclassOf<class UCommonButtonBase> ButtonWidgetType; // 0x0150(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FMargin ButtonPadding; // 0x0158(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
uint8 Pad_168[0x10]; // 0x0168(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
class UCommonWidgetCarousel* LinkedCarousel; // 0x0178(0x0008)(ExportObject, ZeroConstructor, InstancedReference, NoDestructor, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
class UCommonButtonGroupBase* ButtonGroup; // 0x0180(0x0008)(ZeroConstructor, NoDestructor, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
TArray<class UCommonButtonBase*> Buttons; // 0x0188(0x0010)(ExportObject, ZeroConstructor, ContainsInstancedReference, Protected, UObjectWrapper, NativeAccessSpecifierProtected)
public:
void HandleButtonClicked(class UCommonButtonBase* AssociatedButton, int32 ButtonIndex);
void HandlePageChanged(class UCommonWidgetCarousel* CommonCarousel, int32 PageIndex);
void SetLinkedCarousel(class UCommonWidgetCarousel* CommonCarousel);
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonWidgetCarouselNavBar")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonWidgetCarouselNavBar")
}
static class UCommonWidgetCarouselNavBar* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonWidgetCarouselNavBar>();
}
};
DUMPER7_ASSERTS_UCommonWidgetCarouselNavBar;
// Class CommonUI.CommonStyleSheetTypeLineHeightPercentage
// 0x0008 (0x0038 - 0x0030)
class UCommonStyleSheetTypeLineHeightPercentage final : public UCommonStyleSheetTypeBase
{
public:
float LineHeightPercentage; // 0x0030(0x0004)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonStyleSheetTypeLineHeightPercentage")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonStyleSheetTypeLineHeightPercentage")
}
static class UCommonStyleSheetTypeLineHeightPercentage* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonStyleSheetTypeLineHeightPercentage>();
}
};
DUMPER7_ASSERTS_UCommonStyleSheetTypeLineHeightPercentage;
// Class CommonUI.CommonButtonGroupBase
// 0x00E8 (0x0110 - 0x0028)
class UCommonButtonGroupBase final : public UCommonWidgetGroupBase
{
public:
TMulticastInlineDelegate<void(class UCommonButtonBase* AssociatedButton, int32 ButtonIndex)> OnSelectedButtonBaseChanged; // 0x0028(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_38[0x18]; // 0x0038(0x0018)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void(class UCommonButtonBase* AssociatedButton, int32 ButtonIndex)> OnHoveredButtonBaseChanged; // 0x0050(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_60[0x18]; // 0x0060(0x0018)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void(class UCommonButtonBase* AssociatedButton, int32 ButtonIndex)> OnButtonBaseClicked; // 0x0078(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_88[0x18]; // 0x0088(0x0018)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void(class UCommonButtonBase* AssociatedButton, int32 ButtonIndex)> OnButtonBaseDoubleClicked; // 0x00A0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_B0[0x18]; // 0x00B0(0x0018)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnSelectionCleared; // 0x00C8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_D8[0x18]; // 0x00D8(0x0018)(Fixing Size After Last Property [ Dumper-7 ])
bool bSelectionRequired; // 0x00F0(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_F1[0x1F]; // 0x00F1(0x001F)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void DeselectAll();
void OnButtonBaseHovered(class UCommonButtonBase* BaseButton);
void OnButtonBaseUnhovered(class UCommonButtonBase* BaseButton);
void OnHandleButtonBaseClicked(class UCommonButtonBase* BaseButton);
void OnHandleButtonBaseDoubleClicked(class UCommonButtonBase* BaseButton);
void OnSelectionStateChangedBase(class UCommonButtonBase* BaseButton, bool bIsSelected);
void SelectButtonAtIndex(int32 ButtonIndex, const bool bAllowSound);
void SelectNextButton(bool bAllowWrap);
void SelectPreviousButton(bool bAllowWrap);
void SetSelectionRequired(bool bRequireSelection);
int32 FindButtonIndex(const class UCommonButtonBase* ButtonToFind) const;
class UCommonButtonBase* GetButtonBaseAtIndex(int32 Index_0) const;
int32 GetButtonCount() const;
int32 GetHoveredButtonIndex() const;
class UCommonButtonBase* GetSelectedButtonBase() const;
int32 GetSelectedButtonIndex() const;
bool HasAnyButtons() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonButtonGroupBase")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonButtonGroupBase")
}
static class UCommonButtonGroupBase* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonButtonGroupBase>();
}
};
DUMPER7_ASSERTS_UCommonButtonGroupBase;
// Class CommonUI.CommonStyleSheetTypeFontTypeface
// 0x0058 (0x0088 - 0x0030)
class UCommonStyleSheetTypeFontTypeface final : public UCommonStyleSheetTypeBase
{
public:
struct FSlateFontInfo Typeface; // 0x0030(0x0058)(Edit, DisableEditOnInstance, HasGetValueTypeHash, NativeAccessSpecifierPublic)
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonStyleSheetTypeFontTypeface")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonStyleSheetTypeFontTypeface")
}
static class UCommonStyleSheetTypeFontTypeface* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonStyleSheetTypeFontTypeface>();
}
};
DUMPER7_ASSERTS_UCommonStyleSheetTypeFontTypeface;
// Class CommonUI.CommonStyleSheetTypeFontSize
// 0x0008 (0x0038 - 0x0030)
class UCommonStyleSheetTypeFontSize final : public UCommonStyleSheetTypeBase
{
public:
int32 Size; // 0x0030(0x0004)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonStyleSheetTypeFontSize")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonStyleSheetTypeFontSize")
}
static class UCommonStyleSheetTypeFontSize* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonStyleSheetTypeFontSize>();
}
};
DUMPER7_ASSERTS_UCommonStyleSheetTypeFontSize;
// Class CommonUI.CommonBoundActionBar
// 0x0010 (0x0240 - 0x0230)
class UCommonBoundActionBar final : public UDynamicEntryBoxBase
{
public:
TSubclassOf<class UCommonButtonBase> ActionButtonClass; // 0x0230(0x0008)(Edit, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
bool bDisplayOwningPlayerActionsOnly; // 0x0238(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
bool bIgnoreDuplicateActions; // 0x0239(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
uint8 Pad_23A[0x6]; // 0x023A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void SetDisplayOwningPlayerActionsOnly(bool bShouldOnlyDisplayOwningPlayerActions);
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonBoundActionBar")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonBoundActionBar")
}
static class UCommonBoundActionBar* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonBoundActionBar>();
}
};
DUMPER7_ASSERTS_UCommonBoundActionBar;
// Class CommonUI.CommonStyleSheetTypeFontLetterSpacing
// 0x0008 (0x0038 - 0x0030)
class UCommonStyleSheetTypeFontLetterSpacing final : public UCommonStyleSheetTypeBase
{
public:
int32 LetterSpacing; // 0x0030(0x0004)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonStyleSheetTypeFontLetterSpacing")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonStyleSheetTypeFontLetterSpacing")
}
static class UCommonStyleSheetTypeFontLetterSpacing* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonStyleSheetTypeFontLetterSpacing>();
}
};
DUMPER7_ASSERTS_UCommonStyleSheetTypeFontLetterSpacing;
// Class CommonUI.CommonUserWidget
// 0x0028 (0x02A0 - 0x0278)
class UCommonUserWidget : public UUserWidget
{
public:
bool bDisplayInActionBar; // 0x0278(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool bConsumePointerInput; // 0x0279(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
uint8 Pad_27A[0x26]; // 0x027A(0x0026)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void SetConsumePointerInput(bool bInConsumePointerInput);
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonUserWidget")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonUserWidget")
}
static class UCommonUserWidget* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonUserWidget>();
}
};
DUMPER7_ASSERTS_UCommonUserWidget;
// Class CommonUI.CommonButtonBase
// 0x1250 (0x14F0 - 0x02A0)
class UCommonButtonBase : public UCommonUserWidget
{
public:
int32 MinWidth; // 0x02A0(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
int32 MinHeight; // 0x02A4(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
TSubclassOf<class UCommonButtonStyle> Style; // 0x02A8(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoDestructor, Protected, ExposeOnSpawn, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool bHideInputAction; // 0x02B0(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_2B1[0x7]; // 0x02B1(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
struct FSlateSound PressedSlateSoundOverride; // 0x02B8(0x0018)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, NativeAccessSpecifierProtected)
struct FSlateSound HoveredSlateSoundOverride; // 0x02D0(0x0018)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, NativeAccessSpecifierProtected)
struct FSlateSound SelectedPressedSlateSoundOverride; // 0x02E8(0x0018)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, NativeAccessSpecifierProtected)
struct FSlateSound SelectedHoveredSlateSoundOverride; // 0x0300(0x0018)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, NativeAccessSpecifierProtected)
struct FSlateSound LockedPressedSlateSoundOverride; // 0x0318(0x0018)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, NativeAccessSpecifierProtected)
struct FSlateSound LockedHoveredSlateSoundOverride; // 0x0330(0x0018)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, NativeAccessSpecifierProtected)
uint8 bApplyAlphaOnDisable : 1; // 0x0348(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierProtected))
uint8 Blocked : 1; // 0x0348(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierProtected))
uint8 bSelectable : 1; // 0x0348(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierProtected))
uint8 bShouldSelectUponReceivingFocus : 1; // 0x0348(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierProtected))
uint8 bInteractableWhenSelected : 1; // 0x0348(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierProtected))
uint8 bToggleable : 1; // 0x0348(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierProtected))
uint8 bTriggerClickedAfterSelection : 1; // 0x0348(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierProtected))
uint8 bDisplayInputActionWhenNotInteractable : 1; // 0x0348(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierProtected))
uint8 bHideInputActionWithKeyboard : 1; // 0x0349(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierProtected))
uint8 bShouldUseFallbackDefaultInputAction : 1; // 0x0349(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierProtected))
EButtonClickMethod ClickMethod; // 0x034A(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EButtonTouchMethod TouchMethod; // 0x034B(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EButtonPressMethod PressMethod; // 0x034C(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_34D[0x3]; // 0x034D(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 InputPriority; // 0x0350(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_354[0x4]; // 0x0354(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
struct FDataTableRowHandle TriggeringInputAction; // 0x0358(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, ExposeOnSpawn, NativeAccessSpecifierPublic)
uint8 Pad_368[0x10]; // 0x0368(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void(class UCommonButtonBase* Button, bool Selected)> OnSelectedChangedBase; // 0x0378(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, Protected, NativeAccessSpecifierProtected)
TMulticastInlineDelegate<void(class UCommonButtonBase* Button)> OnButtonBaseClicked; // 0x0388(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, Protected, NativeAccessSpecifierProtected)
TMulticastInlineDelegate<void(class UCommonButtonBase* Button)> OnButtonBaseDoubleClicked; // 0x0398(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, Protected, NativeAccessSpecifierProtected)
TMulticastInlineDelegate<void(class UCommonButtonBase* Button)> OnButtonBaseHovered; // 0x03A8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, Protected, NativeAccessSpecifierProtected)
TMulticastInlineDelegate<void(class UCommonButtonBase* Button)> OnButtonBaseUnhovered; // 0x03B8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, Protected, NativeAccessSpecifierProtected)
uint8 Pad_3C8[0x4]; // 0x03C8(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
bool bIsPersistentBinding; // 0x03CC(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
ECommonInputMode InputModeOverride; // 0x03CD(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
uint8 Pad_3CE[0x32]; // 0x03CE(0x0032)(Fixing Size After Last Property [ Dumper-7 ])
class UMaterialInstanceDynamic* SingleMaterialStyleMID; // 0x0400(0x0008)(ZeroConstructor, Transient, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
uint8 Pad_408[0x8]; // 0x0408(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
struct FButtonStyle NormalStyle; // 0x0410(0x03F0)(NativeAccessSpecifierPrivate)
struct FButtonStyle SelectedStyle; // 0x0800(0x03F0)(NativeAccessSpecifierPrivate)
struct FButtonStyle DisabledStyle; // 0x0BF0(0x03F0)(NativeAccessSpecifierPrivate)
struct FButtonStyle LockedStyle; // 0x0FE0(0x03F0)(NativeAccessSpecifierPrivate)
uint8 bStopDoubleClickPropagation : 1; // 0x13D0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate))
uint8 Pad_13D1[0x117]; // 0x13D1(0x0117)(Fixing Size After Last Property [ Dumper-7 ])
class UCommonActionWidget* InputActionWidget; // 0x14E8(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, InstancedReference, NoDestructor, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
public:
void BP_OnClicked();
void BP_OnDeselected();
void BP_OnDisabled();
void BP_OnDoubleClicked();
void BP_OnEnabled();
void BP_OnFocusLost();
void BP_OnFocusReceived();
void BP_OnHovered();
void BP_OnInputMethodChanged(ECommonInputType CurrentInputType);
void BP_OnLockClicked();
void BP_OnLockDoubleClicked();
void BP_OnLockedChanged(bool bIsLocked);
void BP_OnPressed();
void BP_OnReleased();
void BP_OnSelected();
void BP_OnUnhovered();
void ClearSelection();
void DisableButtonWithReason(const class FText& DisabledReason);
void HandleButtonClicked();
void HandleButtonPressed();
void HandleButtonReleased();
void HandleFocusLost();
void HandleFocusReceived();
void HandleTriggeringActionCommited(bool* bPassThrough);
void NativeOnActionComplete();
void NativeOnActionProgress(float HeldPercent);
void OnActionComplete();
void OnActionProgress(float HeldPercent);
void OnCurrentTextStyleChanged();
void OnInputMethodChanged(ECommonInputType CurrentInputType);
void OnTriggeredInputActionChanged(const struct FDataTableRowHandle& NewTriggeredAction);
void OnTriggeringInputActionChanged(const struct FDataTableRowHandle& NewTriggeredAction);
void SetClickMethod(EButtonClickMethod InClickMethod);
void SetHideInputAction(bool bInHideInputAction);
void SetHoveredSoundOverride(class USoundBase* Sound);
void SetInputActionProgressMaterial(const struct FSlateBrush& InProgressMaterialBrush, const class FName& InProgressMaterialParam);
void SetIsFocusable(bool bInIsFocusable);
void SetIsInteractableWhenSelected(bool bInInteractableWhenSelected);
void SetIsInteractionEnabled(bool bInIsInteractionEnabled);
void SetIsLocked(bool bInIsLocked);
void SetIsSelectable(bool bInIsSelectable);
void SetIsSelected(bool InSelected, bool bGiveClickFeedback);
void SetIsToggleable(bool bInIsToggleable);
void SetLockedHoveredSoundOverride(class USoundBase* Sound);
void SetLockedPressedSoundOverride(class USoundBase* Sound);
void SetMinDimensions(int32 InMinWidth, int32 InMinHeight);
void SetPressedSoundOverride(class USoundBase* Sound);
void SetPressMethod(EButtonPressMethod InPressMethod);
void SetSelectedHoveredSoundOverride(class USoundBase* Sound);
void SetSelectedInternal(bool bInSelected, bool bAllowSound, bool bBroadcast);
void SetSelectedPressedSoundOverride(class USoundBase* Sound);
void SetShouldSelectUponReceivingFocus(bool bInShouldSelectUponReceivingFocus);
void SetShouldUseFallbackDefaultInputAction(bool bInShouldUseFallbackDefaultInputAction);
void SetStyle(TSubclassOf<class UCommonButtonStyle> InStyle);
void SetTouchMethod(EButtonTouchMethod InTouchMethod);
void SetTriggeredInputAction(const struct FDataTableRowHandle& InputActionRow);
void SetTriggeringInputAction(const struct FDataTableRowHandle& InputActionRow);
void StopDoubleClickPropagation();
void GetCurrentButtonPadding(struct FMargin* OutButtonPadding) const;
void GetCurrentCustomPadding(struct FMargin* OutCustomPadding) const;
class UCommonTextStyle* GetCurrentTextStyle() const;
TSubclassOf<class UCommonTextStyle> GetCurrentTextStyleClass() const;
bool GetInputAction(struct FDataTableRowHandle* InputActionRow) const;
bool GetIsFocusable() const;
bool GetLocked() const;
bool GetSelected() const;
bool GetShouldSelectUponReceivingFocus() const;
class UMaterialInstanceDynamic* GetSingleMaterialStyleMID() const;
class UCommonButtonStyle* GetStyle() const;
bool IsInteractionEnabled() const;
bool IsPressed() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonButtonBase")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonButtonBase")
}
static class UCommonButtonBase* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonButtonBase>();
}
};
DUMPER7_ASSERTS_UCommonButtonBase;
// Class CommonUI.CommonBoundActionButton
// 0x0020 (0x1510 - 0x14F0)
class UCommonBoundActionButton final : public UCommonButtonBase
{
public:
uint8 Pad_14F0[0x8]; // 0x14F0(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
class UCommonTextBlock* Text_ActionName; // 0x14F8(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, InstancedReference, NoDestructor, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_1500[0x10]; // 0x1500(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void OnUpdateInputAction();
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonBoundActionButton")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonBoundActionButton")
}
static class UCommonBoundActionButton* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonBoundActionButton>();
}
};
DUMPER7_ASSERTS_UCommonBoundActionButton;
// Class CommonUI.CommonStyleSheetTypeMarginLeft
// 0x0008 (0x0038 - 0x0030)
class UCommonStyleSheetTypeMarginLeft final : public UCommonStyleSheetTypeBase
{
public:
float Left; // 0x0030(0x0004)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonStyleSheetTypeMarginLeft")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonStyleSheetTypeMarginLeft")
}
static class UCommonStyleSheetTypeMarginLeft* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonStyleSheetTypeMarginLeft>();
}
};
DUMPER7_ASSERTS_UCommonStyleSheetTypeMarginLeft;
// Class CommonUI.CommonStyleSheetTypeMarginRight
// 0x0008 (0x0038 - 0x0030)
class UCommonStyleSheetTypeMarginRight final : public UCommonStyleSheetTypeBase
{
public:
float Right; // 0x0030(0x0004)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonStyleSheetTypeMarginRight")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonStyleSheetTypeMarginRight")
}
static class UCommonStyleSheetTypeMarginRight* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonStyleSheetTypeMarginRight>();
}
};
DUMPER7_ASSERTS_UCommonStyleSheetTypeMarginRight;
// Class CommonUI.CommonGenericInputActionDataTable
// 0x0000 (0x00B0 - 0x00B0)
class UCommonGenericInputActionDataTable final : public UDataTable
{
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonGenericInputActionDataTable")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonGenericInputActionDataTable")
}
static class UCommonGenericInputActionDataTable* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonGenericInputActionDataTable>();
}
};
DUMPER7_ASSERTS_UCommonGenericInputActionDataTable;
// Class CommonUI.CommonStyleSheetTypeMarginTop
// 0x0008 (0x0038 - 0x0030)
class UCommonStyleSheetTypeMarginTop final : public UCommonStyleSheetTypeBase
{
public:
float Top; // 0x0030(0x0004)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonStyleSheetTypeMarginTop")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonStyleSheetTypeMarginTop")
}
static class UCommonStyleSheetTypeMarginTop* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonStyleSheetTypeMarginTop>();
}
};
DUMPER7_ASSERTS_UCommonStyleSheetTypeMarginTop;
// Class CommonUI.CommonInputActionDataProcessor
// 0x0000 (0x0028 - 0x0028)
class UCommonInputActionDataProcessor final : public UObject
{
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonInputActionDataProcessor")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonInputActionDataProcessor")
}
static class UCommonInputActionDataProcessor* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonInputActionDataProcessor>();
}
};
DUMPER7_ASSERTS_UCommonInputActionDataProcessor;
// Class CommonUI.CommonStyleSheetTypeMarginBottom
// 0x0008 (0x0038 - 0x0030)
class UCommonStyleSheetTypeMarginBottom final : public UCommonStyleSheetTypeBase
{
public:
float Bottom; // 0x0030(0x0004)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonStyleSheetTypeMarginBottom")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonStyleSheetTypeMarginBottom")
}
static class UCommonStyleSheetTypeMarginBottom* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonStyleSheetTypeMarginBottom>();
}
};
DUMPER7_ASSERTS_UCommonStyleSheetTypeMarginBottom;
// Class CommonUI.CommonUIActionRouterBase
// 0x0128 (0x0158 - 0x0030)
class UCommonUIActionRouterBase final : public ULocalPlayerSubsystem
{
public:
uint8 Pad_30[0x128]; // 0x0030(0x0128)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonUIActionRouterBase")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonUIActionRouterBase")
}
static class UCommonUIActionRouterBase* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonUIActionRouterBase>();
}
};
DUMPER7_ASSERTS_UCommonUIActionRouterBase;
// Class CommonUI.AnalogSlider
// 0x0020 (0x0720 - 0x0700)
class UAnalogSlider final : public USlider
{
public:
TMulticastInlineDelegate<void(float Value)> OnAnalogCapture; // 0x0700(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_710[0x10]; // 0x0710(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("AnalogSlider")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"AnalogSlider")
}
static class UAnalogSlider* GetDefaultObj()
{
return GetDefaultObjImpl<UAnalogSlider>();
}
};
DUMPER7_ASSERTS_UAnalogSlider;
// Class CommonUI.CommonActionHandlerInterface
// 0x0000 (0x0000 - 0x0000)
class ICommonActionHandlerInterface final
{
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonActionHandlerInterface")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonActionHandlerInterface")
}
static class ICommonActionHandlerInterface* GetDefaultObj()
{
return GetDefaultObjImpl<ICommonActionHandlerInterface>();
}
class UObject* AsUObject()
{
return reinterpret_cast<UObject*>(this);
}
const class UObject* AsUObject() const
{
return reinterpret_cast<const UObject*>(this);
}
};
DUMPER7_ASSERTS_ICommonActionHandlerInterface;
// Class CommonUI.CommonActionWidget
// 0x0300 (0x0450 - 0x0150)
class UCommonActionWidget final : public UWidget
{
public:
TMulticastInlineDelegate<void(bool bUsingGamepad)> OnInputMethodChanged; // 0x0150(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
struct FSlateBrush ProgressMaterialBrush; // 0x0160(0x00D0)(Edit, BlueprintVisible, NativeAccessSpecifierPublic)
class FName ProgressMaterialParam; // 0x0230(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_238[0x8]; // 0x0238(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
struct FSlateBrush IconRimBrush; // 0x0240(0x00D0)(Edit, BlueprintVisible, BlueprintReadOnly, NativeAccessSpecifierPublic)
TArray<struct FDataTableRowHandle> InputActions; // 0x0310(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Protected, NativeAccessSpecifierProtected)
uint8 Pad_320[0x8]; // 0x0320(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
class UMaterialInstanceDynamic* ProgressDynamicMaterial; // 0x0328(0x0008)(ZeroConstructor, Transient, NoDestructor, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_330[0x120]; // 0x0330(0x0120)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void SetIconRimBrush(const struct FSlateBrush& InIconRimBrush);
void SetInputAction(const struct FDataTableRowHandle& InputActionRow);
void SetInputActions(const TArray<struct FDataTableRowHandle>& NewInputActions);
class FText GetDisplayText() const;
struct FSlateBrush GetIcon() const;
bool IsHeldAction() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonActionWidget")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonActionWidget")
}
static class UCommonActionWidget* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonActionWidget>();
}
};
DUMPER7_ASSERTS_UCommonActionWidget;
// Class CommonUI.CommonActivatableWidget
// 0x0128 (0x03C8 - 0x02A0)
class UCommonActivatableWidget final : public UCommonUserWidget
{
public:
bool bIsBackHandler; // 0x02A0(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool bIsBackActionDisplayedInActionBar; // 0x02A1(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool bAutoActivate; // 0x02A2(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool bSupportsActivationFocus; // 0x02A3(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool bIsModal; // 0x02A4(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool bAutoRestoreFocus; // 0x02A5(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool bOverrideActionDomain; // 0x02A6(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_2A7[0x1]; // 0x02A7(0x0001)(Fixing Size After Last Property [ Dumper-7 ])
TSoftObjectPtr<class UCommonInputActionDomain> ActionDomainOverride; // 0x02A8(0x0030)(Edit, BlueprintVisible, BlueprintReadOnly, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
TMulticastInlineDelegate<void()> BP_OnWidgetActivated; // 0x02D8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPrivate)
TMulticastInlineDelegate<void()> BP_OnWidgetDeactivated; // 0x02E8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPrivate)
bool bIsActive; // 0x02F8(0x0001)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
uint8 Pad_2F9[0x7]; // 0x02F9(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
TArray<TWeakObjectPtr<class UCommonActivatableWidget>> VisibilityBoundWidgets; // 0x0300(0x0010)(ExportObject, ZeroConstructor, Transient, ContainsInstancedReference, UObjectWrapper, NativeAccessSpecifierPrivate)
uint8 Pad_310[0xB0]; // 0x0310(0x00B0)(Fixing Size After Last Property [ Dumper-7 ])
bool bSetVisibilityOnActivated; // 0x03C0(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
ESlateVisibility ActivatedVisibility; // 0x03C1(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool bSetVisibilityOnDeactivated; // 0x03C2(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
ESlateVisibility DeactivatedVisibility; // 0x03C3(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_3C4[0x4]; // 0x03C4(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void ActivateWidget();
void BindVisibilityToActivation(class UCommonActivatableWidget* ActivatableWidget);
void BP_OnActivated();
void BP_OnDeactivated();
bool BP_OnHandleBackAction();
void DeactivateWidget();
void SetBindVisibilities(ESlateVisibility OnActivatedVisibility, ESlateVisibility OnDeactivatedVisibility, bool bInAllActive);
class UWidget* BP_GetDesiredFocusTarget() const;
class UWidget* GetDesiredFocusTarget() const;
bool IsActivated() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonActivatableWidget")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonActivatableWidget")
}
static class UCommonActivatableWidget* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonActivatableWidget>();
}
};
DUMPER7_ASSERTS_UCommonActivatableWidget;
// Class CommonUI.CommonActivatableWidgetSwitcher
// 0x0010 (0x0200 - 0x01F0)
class UCommonActivatableWidgetSwitcher final : public UCommonAnimatedSwitcher
{
public:
uint8 Pad_1F0[0x10]; // 0x01F0(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonActivatableWidgetSwitcher")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonActivatableWidgetSwitcher")
}
static class UCommonActivatableWidgetSwitcher* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonActivatableWidgetSwitcher>();
}
};
DUMPER7_ASSERTS_UCommonActivatableWidgetSwitcher;
// Class CommonUI.CommonBorderStyle
// 0x00D8 (0x0100 - 0x0028)
class UCommonBorderStyle final : public UObject
{
public:
uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
struct FSlateBrush Background; // 0x0030(0x00D0)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NativeAccessSpecifierPublic)
public:
void GetBackgroundBrush(struct FSlateBrush* Brush) const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonBorderStyle")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonBorderStyle")
}
static class UCommonBorderStyle* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonBorderStyle>();
}
};
DUMPER7_ASSERTS_UCommonBorderStyle;
// Class CommonUI.CommonButtonStyle
// 0x0788 (0x07B0 - 0x0028)
class UCommonButtonStyle final : public UObject
{
public:
bool bSingleMaterial; // 0x0028(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
struct FSlateBrush SingleMaterialBrush; // 0x0030(0x00D0)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NativeAccessSpecifierPublic)
struct FSlateBrush NormalBase; // 0x0100(0x00D0)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NativeAccessSpecifierPublic)
struct FSlateBrush NormalHovered; // 0x01D0(0x00D0)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NativeAccessSpecifierPublic)
struct FSlateBrush NormalPressed; // 0x02A0(0x00D0)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NativeAccessSpecifierPublic)
struct FSlateBrush SelectedBase; // 0x0370(0x00D0)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NativeAccessSpecifierPublic)
struct FSlateBrush SelectedHovered; // 0x0440(0x00D0)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NativeAccessSpecifierPublic)
struct FSlateBrush SelectedPressed; // 0x0510(0x00D0)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NativeAccessSpecifierPublic)
struct FSlateBrush Disabled; // 0x05E0(0x00D0)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NativeAccessSpecifierPublic)
struct FMargin ButtonPadding; // 0x06B0(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
struct FMargin CustomPadding; // 0x06C0(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
int32 MinWidth; // 0x06D0(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 MinHeight; // 0x06D4(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TSubclassOf<class UCommonTextStyle> NormalTextStyle; // 0x06D8(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TSubclassOf<class UCommonTextStyle> NormalHoveredTextStyle; // 0x06E0(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TSubclassOf<class UCommonTextStyle> SelectedTextStyle; // 0x06E8(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TSubclassOf<class UCommonTextStyle> SelectedHoveredTextStyle; // 0x06F0(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TSubclassOf<class UCommonTextStyle> DisabledTextStyle; // 0x06F8(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FSlateSound PressedSlateSound; // 0x0700(0x0018)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NoDestructor, NativeAccessSpecifierPublic)
struct FCommonButtonStyleOptionalSlateSound SelectedPressedSlateSound; // 0x0718(0x0020)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NoDestructor, NativeAccessSpecifierPublic)
struct FCommonButtonStyleOptionalSlateSound LockedPressedSlateSound; // 0x0738(0x0020)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NoDestructor, NativeAccessSpecifierPublic)
struct FSlateSound HoveredSlateSound; // 0x0758(0x0018)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NoDestructor, NativeAccessSpecifierPublic)
struct FCommonButtonStyleOptionalSlateSound SelectedHoveredSlateSound; // 0x0770(0x0020)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NoDestructor, NativeAccessSpecifierPublic)
struct FCommonButtonStyleOptionalSlateSound LockedHoveredSlateSound; // 0x0790(0x0020)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NoDestructor, NativeAccessSpecifierPublic)
public:
void GetButtonPadding(struct FMargin* OutButtonPadding) const;
void GetCustomPadding(struct FMargin* OutCustomPadding) const;
void GetDisabledBrush(struct FSlateBrush* Brush) const;
class UCommonTextStyle* GetDisabledTextStyle() const;
void GetMaterialBrush(struct FSlateBrush* Brush) const;
void GetNormalBaseBrush(struct FSlateBrush* Brush) const;
void GetNormalHoveredBrush(struct FSlateBrush* Brush) const;
class UCommonTextStyle* GetNormalHoveredTextStyle() const;
void GetNormalPressedBrush(struct FSlateBrush* Brush) const;
class UCommonTextStyle* GetNormalTextStyle() const;
void GetSelectedBaseBrush(struct FSlateBrush* Brush) const;
void GetSelectedHoveredBrush(struct FSlateBrush* Brush) const;
class UCommonTextStyle* GetSelectedHoveredTextStyle() const;
void GetSelectedPressedBrush(struct FSlateBrush* Brush) const;
class UCommonTextStyle* GetSelectedTextStyle() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonButtonStyle")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonButtonStyle")
}
static class UCommonButtonStyle* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonButtonStyle>();
}
};
DUMPER7_ASSERTS_UCommonButtonStyle;
// Class CommonUI.CommonButtonInternalBase
// 0x0070 (0x0660 - 0x05F0)
class UCommonButtonInternalBase final : public UButton
{
public:
uint8 Pad_5F0[0x8]; // 0x05F0(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnDoubleClicked; // 0x05F8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_608[0x20]; // 0x0608(0x0020)(Fixing Size After Last Property [ Dumper-7 ])
int32 MinWidth; // 0x0628(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
int32 MinHeight; // 0x062C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool bButtonEnabled; // 0x0630(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool bInteractionEnabled; // 0x0631(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_632[0x2E]; // 0x0632(0x002E)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonButtonInternalBase")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonButtonInternalBase")
}
static class UCommonButtonInternalBase* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonButtonInternalBase>();
}
};
DUMPER7_ASSERTS_UCommonButtonInternalBase;
// Class CommonUI.CommonCustomNavigation
// 0x0010 (0x0320 - 0x0310)
class UCommonCustomNavigation final : public UBorder
{
public:
TDelegate<void(EUINavigation NavigationType)> OnNavigationEvent; // 0x0308(0x0010)(Edit, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_318[0x8]; // 0x0318(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonCustomNavigation")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonCustomNavigation")
}
static class UCommonCustomNavigation* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonCustomNavigation>();
}
};
DUMPER7_ASSERTS_UCommonCustomNavigation;
// Class CommonUI.CommonTextBlock
// 0x0030 (0x0370 - 0x0340)
#pragma pack(push, 0x1)
class alignas(0x10) UCommonTextBlock : public UTextBlock
{
public:
TSubclassOf<class UCommonTextStyle> Style; // 0x0338(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoDestructor, ExposeOnSpawn, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
TSubclassOf<class UCommonTextScrollStyle> ScrollStyle; // 0x0340(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoDestructor, ExposeOnSpawn, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
class UCommonStyleSheet* StyleSheet; // 0x0348(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoDestructor, AdvancedDisplay, ExposeOnSpawn, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
bool bIsScrollingEnabled; // 0x0350(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
bool bDisplayAllCaps; // 0x0351(0x0001)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
bool bAutoCollapseWithEmptyText; // 0x0352(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
uint8 Pad_353[0x1]; // 0x0353(0x0001)(Fixing Size After Last Property [ Dumper-7 ])
float MobileFontSizeMultiplier; // 0x0354(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
uint8 Pad_358[0x10]; // 0x0358(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
const struct FMargin GetMargin();
void ResetScrollState();
void SetLineHeightPercentage(float InLineHeightPercentage);
void SetMargin(const struct FMargin& InMargin);
void SetScrollingEnabled(bool bInIsScrollingEnabled);
void SetStyle(TSubclassOf<class UCommonTextStyle> InStyle);
void SetTextCase(bool bUseAllCaps);
void SetWrapTextWidth(int32 InWrapTextAt);
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonTextBlock")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonTextBlock")
}
static class UCommonTextBlock* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonTextBlock>();
}
};
#pragma pack(pop)
DUMPER7_ASSERTS_UCommonTextBlock;
// Class CommonUI.CommonDateTimeTextBlock
// 0x0050 (0x03C0 - 0x0370)
class UCommonDateTimeTextBlock final : public UCommonTextBlock
{
public:
uint8 Pad_368[0x58]; // 0x0368(0x0058)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void SetCountDownCompletionText(const class FText& InCompletionText);
void SetDateTimeValue(const struct FDateTime& InDateTime, bool bShowAsCountdown, float InRefreshDelay);
void SetTimespanValue(const struct FTimespan& InTimespan);
struct FDateTime GetDateTime() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonDateTimeTextBlock")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonDateTimeTextBlock")
}
static class UCommonDateTimeTextBlock* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonDateTimeTextBlock>();
}
};
DUMPER7_ASSERTS_UCommonDateTimeTextBlock;
// Class CommonUI.CommonGameViewportClient
// 0x0040 (0x03E0 - 0x03A0)
class UCommonGameViewportClient final : public UGameViewportClient
{
public:
uint8 Pad_3A0[0x40]; // 0x03A0(0x0040)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonGameViewportClient")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonGameViewportClient")
}
static class UCommonGameViewportClient* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonGameViewportClient>();
}
};
DUMPER7_ASSERTS_UCommonGameViewportClient;
// Class CommonUI.CommonHardwareVisibilityBorder
// 0x0050 (0x0380 - 0x0330)
class UCommonHardwareVisibilityBorder final : public UCommonBorder
{
public:
struct FGameplayTagQuery VisibilityQuery; // 0x0328(0x0048)(Edit, Protected, NativeAccessSpecifierProtected)
ESlateVisibility VisibleType; // 0x0370(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
ESlateVisibility HiddenType; // 0x0371(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_372[0xE]; // 0x0372(0x000E)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonHardwareVisibilityBorder")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonHardwareVisibilityBorder")
}
static class UCommonHardwareVisibilityBorder* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonHardwareVisibilityBorder>();
}
};
DUMPER7_ASSERTS_UCommonHardwareVisibilityBorder;
// Class CommonUI.CommonHierarchicalScrollBox
// 0x0000 (0x0CA0 - 0x0CA0)
class UCommonHierarchicalScrollBox final : public UScrollBox
{
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonHierarchicalScrollBox")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonHierarchicalScrollBox")
}
static class UCommonHierarchicalScrollBox* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonHierarchicalScrollBox>();
}
};
DUMPER7_ASSERTS_UCommonHierarchicalScrollBox;
// Class CommonUI.CommonLazyWidget
// 0x0160 (0x02B0 - 0x0150)
class UCommonLazyWidget final : public UWidget
{
public:
struct FSlateBrush LoadingBackgroundBrush; // 0x0150(0x00D0)(Edit, NativeAccessSpecifierPrivate)
class UUserWidget* Content; // 0x0220(0x0008)(ExportObject, ZeroConstructor, Transient, InstancedReference, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
uint8 Pad_228[0x30]; // 0x0228(0x0030)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void(bool bIsLoading)> BP_OnLoadingStateChanged; // 0x0258(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPrivate)
uint8 Pad_268[0x48]; // 0x0268(0x0048)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void SetLazyContent(const TSoftClassPtr<class UClass> SoftWidget);
class UUserWidget* GetContent() const;
bool IsLoading() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonLazyWidget")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonLazyWidget")
}
static class UCommonLazyWidget* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonLazyWidget>();
}
};
DUMPER7_ASSERTS_UCommonLazyWidget;
// Class CommonUI.CommonListView
// 0x0000 (0x0C20 - 0x0C20)
class UCommonListView final : public UListView
{
public:
void SetEntrySpacing(float InEntrySpacing);
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonListView")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonListView")
}
static class UCommonListView* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonListView>();
}
};
DUMPER7_ASSERTS_UCommonListView;
// Class CommonUI.LoadGuardSlot
// 0x0028 (0x0060 - 0x0038)
class ULoadGuardSlot final : public UPanelSlot
{
public:
struct FMargin Padding; // 0x0038(0x0010)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPrivate)
EHorizontalAlignment HorizontalAlignment; // 0x0048(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
EVerticalAlignment VerticalAlignment; // 0x0049(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
uint8 Pad_4A[0x16]; // 0x004A(0x0016)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void SetHorizontalAlignment(EHorizontalAlignment InHorizontalAlignment);
void SetPadding(const struct FMargin& InPadding);
void SetVerticalAlignment(EVerticalAlignment InVerticalAlignment);
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("LoadGuardSlot")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"LoadGuardSlot")
}
static class ULoadGuardSlot* GetDefaultObj()
{
return GetDefaultObjImpl<ULoadGuardSlot>();
}
};
DUMPER7_ASSERTS_ULoadGuardSlot;
// Class CommonUI.CommonNumericTextBlock
// 0x00A0 (0x0410 - 0x0370)
class UCommonNumericTextBlock final : public UCommonTextBlock
{
public:
TMulticastInlineDelegate<void(class UCommonNumericTextBlock* NumericTextBlock)> OnInterpolationStartedEvent; // 0x0368(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
TMulticastInlineDelegate<void(class UCommonNumericTextBlock* NumericTextBlock, float LastValue, float NewValue)> OnInterpolationUpdatedEvent; // 0x0378(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
TMulticastInlineDelegate<void(class UCommonNumericTextBlock* NumericTextBlock)> OnOutroEvent; // 0x0388(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
TMulticastInlineDelegate<void(class UCommonNumericTextBlock* NumericTextBlock, const bool HadCompleted)> OnInterpolationEndedEvent; // 0x0398(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
float CurrentNumericValue; // 0x03A8(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ECommonNumericType NumericType; // 0x03AC(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_3AD[0x3]; // 0x03AD(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FCommonNumberFormattingOptions FormattingSpecification; // 0x03B0(0x0014)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, NativeAccessSpecifierPublic)
float EaseOutInterpolationExponent; // 0x03C4(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float InterpolationUpdateInterval; // 0x03C8(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float PostInterpolationShrinkDuration; // 0x03CC(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool PerformSizeInterpolation; // 0x03D0(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool IsPercentage; // 0x03D1(0x0001)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
uint8 Pad_3D2[0x3E]; // 0x03D2(0x003E)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void InterpolateToValue(const float TargetValue, float MaximumInterpolationDuration, float MinimumChangeRate, float OutroOffset);
void SetCurrentValue(const float NewValue);
void SetNumericType(ECommonNumericType InNumericType);
float GetTargetValue() const;
bool IsInterpolatingNumericValue() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonNumericTextBlock")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonNumericTextBlock")
}
static class UCommonNumericTextBlock* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonNumericTextBlock>();
}
};
DUMPER7_ASSERTS_UCommonNumericTextBlock;
// Class CommonUI.CommonPoolableWidgetInterface
// 0x0000 (0x0000 - 0x0000)
class ICommonPoolableWidgetInterface final
{
public:
void OnAcquireFromPool();
void OnReleaseToPool();
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonPoolableWidgetInterface")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonPoolableWidgetInterface")
}
static class ICommonPoolableWidgetInterface* GetDefaultObj()
{
return GetDefaultObjImpl<ICommonPoolableWidgetInterface>();
}
class UObject* AsUObject()
{
return reinterpret_cast<UObject*>(this);
}
const class UObject* AsUObject() const
{
return reinterpret_cast<const UObject*>(this);
}
};
DUMPER7_ASSERTS_ICommonPoolableWidgetInterface;
// Class CommonUI.CommonRichTextBlock
// 0x0040 (0x08B0 - 0x0870)
class UCommonRichTextBlock final : public URichTextBlock
{
public:
ERichTextInlineIconDisplayMode InlineIconDisplayMode; // 0x0870(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bTintInlineIcon; // 0x0871(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_872[0x6]; // 0x0872(0x0006)(Fixing Size After Last Property [ Dumper-7 ])
TSubclassOf<class UCommonTextStyle> DefaultTextStyleOverrideClass; // 0x0878(0x0008)(Edit, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
float MobileTextBlockScale; // 0x0880(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
uint8 Pad_884[0x4]; // 0x0884(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
TSubclassOf<class UCommonTextScrollStyle> ScrollStyle; // 0x0888(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoDestructor, ExposeOnSpawn, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
bool bIsScrollingEnabled; // 0x0890(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
bool bDisplayAllCaps; // 0x0891(0x0001)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
bool bAutoCollapseWithEmptyText; // 0x0892(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
uint8 Pad_893[0x1D]; // 0x0893(0x001D)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void SetScrollingEnabled(bool bInIsScrollingEnabled);
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonRichTextBlock")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonRichTextBlock")
}
static class UCommonRichTextBlock* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonRichTextBlock>();
}
};
DUMPER7_ASSERTS_UCommonRichTextBlock;
// Class CommonUI.CommonRotator
// 0x0060 (0x1550 - 0x14F0)
class UCommonRotator final : public UCommonButtonBase
{
public:
uint8 Pad_14F0[0x10]; // 0x14F0(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void(int32 Value)> OnRotated; // 0x1500(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_1510[0x18]; // 0x1510(0x0018)(Fixing Size After Last Property [ Dumper-7 ])
class UCommonTextBlock* MyText; // 0x1528(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, InstancedReference, NoDestructor, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_1530[0x20]; // 0x1530(0x0020)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void BP_OnOptionSelected(int32 Index_0);
void BP_OnOptionsPopulated(int32 Count);
void PopulateTextLabels(const TArray<class FText>& Labels);
void SetSelectedItem(int32 InValue);
void ShiftTextLeft();
void ShiftTextRight();
int32 GetSelectedIndex() const;
class FText GetSelectedText() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonRotator")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonRotator")
}
static class UCommonRotator* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonRotator>();
}
};
DUMPER7_ASSERTS_UCommonRotator;
// Class CommonUI.CommonTabListWidgetBase
// 0x00E8 (0x0388 - 0x02A0)
class UCommonTabListWidgetBase final : public UCommonUserWidget
{
public:
TMulticastInlineDelegate<void(class FName TabId)> OnTabSelected; // 0x02A0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
TMulticastInlineDelegate<void(class FName TabId, class UCommonButtonBase* TabButton)> OnTabButtonCreation; // 0x02B0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
TMulticastInlineDelegate<void(class FName TabId, class UCommonButtonBase* TabButton)> OnTabButtonRemoval; // 0x02C0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
TMulticastInlineDelegate<void()> OnTabListRebuilt; // 0x02D0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
struct FDataTableRowHandle NextTabInputActionData; // 0x02E0(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, NativeAccessSpecifierProtected)
struct FDataTableRowHandle PreviousTabInputActionData; // 0x02F0(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, NativeAccessSpecifierProtected)
bool bAutoListenForInput; // 0x0300(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool bDeferRebuildingTabList; // 0x0301(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_302[0x2]; // 0x0302(0x0002)(Fixing Size After Last Property [ Dumper-7 ])
TWeakObjectPtr<class UCommonAnimatedSwitcher> LinkedSwitcher; // 0x0304(0x0008)(ExportObject, ZeroConstructor, Transient, InstancedReference, IsPlainOldData, NoDestructor, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_30C[0x4]; // 0x030C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class UCommonButtonGroupBase* TabButtonGroup; // 0x0310(0x0008)(ZeroConstructor, Transient, NoDestructor, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_318[0x8]; // 0x0318(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
TMap<class FName, struct FCommonRegisteredTabInfo> RegisteredTabsByID; // 0x0320(0x0050)(Transient, ContainsInstancedReference, NativeAccessSpecifierPrivate)
uint8 Pad_370[0x18]; // 0x0370(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void DisableTabWithReason(class FName TabNameID, const class FText& Reason);
class UCommonButtonBase* GetTabButtonBaseByID(class FName TabNameID);
void HandleNextTabInputAction(bool* bPassThrough);
void HandlePostLinkedSwitcherChanged_BP();
void HandlePreLinkedSwitcherChanged_BP();
void HandlePreviousTabInputAction(bool* bPassThrough);
void HandleTabButtonSelected(class UCommonButtonBase* SelectedTabButton, int32 ButtonIndex);
void HandleTabCreation(class FName TabNameID, class UCommonButtonBase* TabButton);
void HandleTabRemoval(class FName TabNameID, class UCommonButtonBase* TabButton);
bool RegisterTab(class FName TabNameID, TSubclassOf<class UCommonButtonBase> ButtonWidgetType, class UWidget* ContentWidget, const int32 TabIndex);
void RemoveAllTabs();
bool RemoveTab(class FName TabNameID);
bool SelectTabByID(class FName TabNameID, bool bSuppressClickFeedback);
void SetLinkedSwitcher(class UCommonAnimatedSwitcher* CommonSwitcher);
void SetListeningForInput(bool bShouldListen);
void SetTabEnabled(class FName TabNameID, bool bEnable);
void SetTabInteractionEnabled(class FName TabNameID, bool bEnable);
void SetTabVisibility(class FName TabNameID, ESlateVisibility NewVisibility);
class FName GetActiveTab() const;
class UCommonAnimatedSwitcher* GetLinkedSwitcher() const;
class FName GetSelectedTabId() const;
int32 GetTabCount() const;
class FName GetTabIdAtIndex(int32 Index_0) const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonTabListWidgetBase")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonTabListWidgetBase")
}
static class UCommonTabListWidgetBase* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonTabListWidgetBase>();
}
};
DUMPER7_ASSERTS_UCommonTabListWidgetBase;
// Class CommonUI.CommonTextScrollStyle
// 0x0018 (0x0040 - 0x0028)
class UCommonTextScrollStyle : public UObject
{
public:
float Speed; // 0x0028(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float StartDelay; // 0x002C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float EndDelay; // 0x0030(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float FadeInDelay; // 0x0034(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float FadeOutDelay; // 0x0038(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonTextScrollStyle")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonTextScrollStyle")
}
static class UCommonTextScrollStyle* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonTextScrollStyle>();
}
};
DUMPER7_ASSERTS_UCommonTextScrollStyle;
// Class CommonUI.CommonTileView
// 0x0000 (0x0C40 - 0x0C40)
class UCommonTileView final : public UTileView
{
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonTileView")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonTileView")
}
static class UCommonTileView* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonTileView>();
}
};
DUMPER7_ASSERTS_UCommonTileView;
// Class CommonUI.CommonTreeView
// 0x0000 (0x0C80 - 0x0C80)
class UCommonTreeView final : public UTreeView
{
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonTreeView")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonTreeView")
}
static class UCommonTreeView* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonTreeView>();
}
};
DUMPER7_ASSERTS_UCommonTreeView;
// Class CommonUI.CommonUIEditorSettings
// 0x0098 (0x00C0 - 0x0028)
class UCommonUIEditorSettings final : public UObject
{
public:
TSoftClassPtr<class UClass> TemplateTextStyle; // 0x0028(0x0030)(Edit, Config, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
TSoftClassPtr<class UClass> TemplateButtonStyle; // 0x0058(0x0030)(Edit, Config, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
TSoftClassPtr<class UClass> TemplateBorderStyle; // 0x0088(0x0030)(Edit, Config, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
uint8 Pad_B8[0x8]; // 0x00B8(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonUIEditorSettings")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonUIEditorSettings")
}
static class UCommonUIEditorSettings* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonUIEditorSettings>();
}
};
DUMPER7_ASSERTS_UCommonUIEditorSettings;
// Class CommonUI.CommonUILibrary
// 0x0000 (0x0028 - 0x0028)
class UCommonUILibrary final : public UBlueprintFunctionLibrary
{
public:
static class UWidget* FindParentWidgetOfType(class UWidget* StartingWidget, TSubclassOf<class UWidget> Type);
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonUILibrary")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonUILibrary")
}
static class UCommonUILibrary* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonUILibrary>();
}
};
DUMPER7_ASSERTS_UCommonUILibrary;
// Class CommonUI.CommonUIRichTextData
// 0x0008 (0x0030 - 0x0028)
class UCommonUIRichTextData final : public UObject
{
public:
class UDataTable* InlineIconSet; // 0x0028(0x0008)(Edit, ZeroConstructor, DisableEditOnInstance, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonUIRichTextData")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonUIRichTextData")
}
static class UCommonUIRichTextData* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonUIRichTextData>();
}
};
DUMPER7_ASSERTS_UCommonUIRichTextData;
// Class CommonUI.CommonUISettings
// 0x01C8 (0x01F0 - 0x0028)
class UCommonUISettings final : public UObject
{
public:
bool bAutoLoadData; // 0x0028(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
TSoftObjectPtr<class UObject> DefaultImageResourceObject; // 0x0030(0x0030)(Edit, Config, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
TSoftObjectPtr<class UMaterialInterface> DefaultThrobberMaterial; // 0x0060(0x0030)(Edit, Config, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
TSoftClassPtr<class UClass> DefaultRichTextDataClass; // 0x0090(0x0030)(Edit, Config, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
TArray<struct FGameplayTag> PlatformTraits; // 0x00C0(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPrivate)
uint8 Pad_D0[0x28]; // 0x00D0(0x0028)(Fixing Size After Last Property [ Dumper-7 ])
class UObject* DefaultImageResourceObjectInstance; // 0x00F8(0x0008)(ZeroConstructor, Transient, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
class UMaterialInterface* DefaultThrobberMaterialInstance; // 0x0100(0x0008)(ZeroConstructor, Transient, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
uint8 Pad_108[0x8]; // 0x0108(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
struct FSlateBrush DefaultThrobberBrush; // 0x0110(0x00D0)(Transient, NativeAccessSpecifierPrivate)
class UCommonUIRichTextData* RichTextDataInstance; // 0x01E0(0x0008)(ZeroConstructor, Transient, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
uint8 Pad_1E8[0x8]; // 0x01E8(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonUISettings")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonUISettings")
}
static class UCommonUISettings* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonUISettings>();
}
};
DUMPER7_ASSERTS_UCommonUISettings;
// Class CommonUI.CommonUISubsystemBase
// 0x0010 (0x0040 - 0x0030)
class UCommonUISubsystemBase final : public UGameInstanceSubsystem
{
public:
uint8 Pad_30[0x10]; // 0x0030(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
struct FSlateBrush GetInputActionButtonIcon(const struct FDataTableRowHandle& InputActionRowHandle, ECommonInputType InputType, const class FName& GamepadName) const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonUISubsystemBase")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonUISubsystemBase")
}
static class UCommonUISubsystemBase* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonUISubsystemBase>();
}
};
DUMPER7_ASSERTS_UCommonUISubsystemBase;
// Class CommonUI.CommonVideoPlayer
// 0x0160 (0x02B0 - 0x0150)
class UCommonVideoPlayer final : public UWidget
{
public:
class UMediaSource* Video; // 0x0150(0x0008)(Edit, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
class UMediaPlayer* MediaPlayer; // 0x0158(0x0008)(ZeroConstructor, Transient, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
class UMediaTexture* MediaTexture; // 0x0160(0x0008)(ZeroConstructor, Transient, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
class UMaterial* VideoMaterial; // 0x0168(0x0008)(ZeroConstructor, Transient, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
class UMediaSoundComponent* SoundComponent; // 0x0170(0x0008)(ExportObject, ZeroConstructor, Transient, InstancedReference, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
uint8 Pad_178[0x8]; // 0x0178(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
struct FSlateBrush VideoBrush; // 0x0180(0x00D0)(Transient, NativeAccessSpecifierPrivate)
uint8 Pad_250[0x60]; // 0x0250(0x0060)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonVideoPlayer")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonVideoPlayer")
}
static class UCommonVideoPlayer* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonVideoPlayer>();
}
};
DUMPER7_ASSERTS_UCommonVideoPlayer;
// Class CommonUI.CommonVisibilitySwitcher
// 0x0028 (0x01A0 - 0x0178)
class UCommonVisibilitySwitcher final : public UOverlay
{
public:
ESlateVisibility ShownVisibility; // 0x0178(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_179[0x3]; // 0x0179(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 ActiveWidgetIndex; // 0x017C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool bAutoActivateSlot; // 0x0180(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool bActivateFirstSlotOnAdding; // 0x0181(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_182[0x1E]; // 0x0182(0x001E)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void ActivateVisibleSlot();
void DeactivateVisibleSlot();
void DecrementActiveWidgetIndex(bool bAllowWrapping);
void IncrementActiveWidgetIndex(bool bAllowWrapping);
void SetActiveWidget(const class UWidget* Widget);
void SetActiveWidgetIndex(int32 Index_0);
class UWidget* GetActiveWidget() const;
int32 GetActiveWidgetIndex() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonVisibilitySwitcher")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonVisibilitySwitcher")
}
static class UCommonVisibilitySwitcher* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonVisibilitySwitcher>();
}
};
DUMPER7_ASSERTS_UCommonVisibilitySwitcher;
// Class CommonUI.CommonVisibilitySwitcherSlot
// 0x0010 (0x0068 - 0x0058)
class UCommonVisibilitySwitcherSlot final : public UOverlaySlot
{
public:
uint8 Pad_58[0x10]; // 0x0058(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonVisibilitySwitcherSlot")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonVisibilitySwitcherSlot")
}
static class UCommonVisibilitySwitcherSlot* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonVisibilitySwitcherSlot>();
}
};
DUMPER7_ASSERTS_UCommonVisibilitySwitcherSlot;
// Class CommonUI.CommonUIInputSettings
// 0x0050 (0x0078 - 0x0028)
class UCommonUIInputSettings final : public UObject
{
public:
bool bLinkCursorToGamepadFocus; // 0x0028(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
uint8 Pad_29[0x3]; // 0x0029(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 UIActionProcessingPriority; // 0x002C(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
TArray<struct FUIInputAction> InputActions; // 0x0030(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPrivate)
TArray<struct FUIInputAction> ActionOverrides; // 0x0040(0x0010)(ZeroConstructor, Config, NativeAccessSpecifierPrivate)
struct FCommonAnalogCursorSettings AnalogCursorSettings; // 0x0050(0x0024)(Edit, Config, NoDestructor, NativeAccessSpecifierPrivate)
uint8 Pad_74[0x4]; // 0x0074(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonUIInputSettings")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonUIInputSettings")
}
static class UCommonUIInputSettings* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonUIInputSettings>();
}
};
DUMPER7_ASSERTS_UCommonUIInputSettings;
// Class CommonUI.CommonStyleSheet
// 0x0028 (0x0058 - 0x0030)
class UCommonStyleSheet final : public UDataAsset
{
public:
TArray<class UCommonStyleSheetTypeBase*> Properties; // 0x0030(0x0010)(Edit, ExportObject, ZeroConstructor, DisableEditOnInstance, ContainsInstancedReference, UObjectWrapper, NativeAccessSpecifierPrivate)
TArray<class UCommonStyleSheet*> ImportedStyleSheets; // 0x0040(0x0010)(Edit, ZeroConstructor, DisableEditOnInstance, UObjectWrapper, NativeAccessSpecifierPrivate)
uint8 Pad_50[0x8]; // 0x0050(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonStyleSheet")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonStyleSheet")
}
static class UCommonStyleSheet* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonStyleSheet>();
}
};
DUMPER7_ASSERTS_UCommonStyleSheet;
// Class CommonUI.CommonActivatableWidgetContainerBase
// 0x0120 (0x0270 - 0x0150)
class UCommonActivatableWidgetContainerBase : public UWidget
{
public:
uint8 Pad_150[0x18]; // 0x0150(0x0018)(Fixing Size After Last Property [ Dumper-7 ])
ECommonSwitcherTransition TransitionType; // 0x0168(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
ETransitionCurve TransitionCurveType; // 0x0169(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_16A[0x2]; // 0x016A(0x0002)(Fixing Size After Last Property [ Dumper-7 ])
float TransitionDuration; // 0x016C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
TArray<class UCommonActivatableWidget*> WidgetList; // 0x0170(0x0010)(ExportObject, ZeroConstructor, Transient, ContainsInstancedReference, Protected, UObjectWrapper, NativeAccessSpecifierProtected)
class UCommonActivatableWidget* DisplayedWidget; // 0x0180(0x0008)(ExportObject, ZeroConstructor, Transient, InstancedReference, NoDestructor, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
struct FUserWidgetPool GeneratedWidgetsPool; // 0x0188(0x0088)(Transient, ContainsInstancedReference, Protected, NativeAccessSpecifierProtected)
uint8 Pad_210[0x60]; // 0x0210(0x0060)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
class UCommonActivatableWidget* BP_AddWidget(TSubclassOf<class UCommonActivatableWidget> ActivatableWidgetClass);
void ClearWidgets();
void RemoveWidget(class UCommonActivatableWidget* WidgetToRemove);
void SetTransitionDuration(float Duration);
class UCommonActivatableWidget* GetActiveWidget() const;
float GetTransitionDuration() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonActivatableWidgetContainerBase")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonActivatableWidgetContainerBase")
}
static class UCommonActivatableWidgetContainerBase* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonActivatableWidgetContainerBase>();
}
};
DUMPER7_ASSERTS_UCommonActivatableWidgetContainerBase;
// Class CommonUI.CommonActivatableWidgetStack
// 0x0010 (0x0280 - 0x0270)
class UCommonActivatableWidgetStack final : public UCommonActivatableWidgetContainerBase
{
public:
TSubclassOf<class UCommonActivatableWidget> RootContentWidgetClass; // 0x0270(0x0008)(Edit, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
class UCommonActivatableWidget* RootContentWidget; // 0x0278(0x0008)(ExportObject, ZeroConstructor, Transient, InstancedReference, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonActivatableWidgetStack")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonActivatableWidgetStack")
}
static class UCommonActivatableWidgetStack* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonActivatableWidgetStack>();
}
};
DUMPER7_ASSERTS_UCommonActivatableWidgetStack;
// Class CommonUI.CommonActivatableWidgetQueue
// 0x0000 (0x0270 - 0x0270)
class UCommonActivatableWidgetQueue final : public UCommonActivatableWidgetContainerBase
{
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CommonActivatableWidgetQueue")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CommonActivatableWidgetQueue")
}
static class UCommonActivatableWidgetQueue* GetDefaultObj()
{
return GetDefaultObjImpl<UCommonActivatableWidgetQueue>();
}
};
DUMPER7_ASSERTS_UCommonActivatableWidgetQueue;
}