Files
ReshadePluginsCore/SilentHill2Remake/SDK/UCW_classes.hpp

1839 lines
130 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: UCW
#include "Basic.hpp"
#include "UMG_structs.hpp"
#include "UMG_classes.hpp"
#include "CoreUObject_structs.hpp"
#include "CoreUObject_classes.hpp"
#include "InputCore_structs.hpp"
#include "UCW_structs.hpp"
#include "SlateCore_structs.hpp"
#include "Slate_structs.hpp"
#include "Engine_classes.hpp"
#include "CommonUI_classes.hpp"
namespace SDK
{
// Class UCW.UCWTextStyle
// 0x0000 (0x01B0 - 0x01B0)
class UUCWTextStyle : public UCommonTextStyle
{
public:
bool bInheritTextColor; // 0x01A8(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1A9[0x7]; // 0x01A9(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("UCWTextStyle")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"UCWTextStyle")
}
static class UUCWTextStyle* GetDefaultObj()
{
return GetDefaultObjImpl<UUCWTextStyle>();
}
};
DUMPER7_ASSERTS_UUCWTextStyle;
// Class UCW.BButton
// 0x0938 (0x0AA0 - 0x0168)
class UBButton : public UContentWidget
{
public:
TSubclassOf<class UUCWButtonStyle> Style; // 0x0168(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoDestructor, ExposeOnSpawn, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UMaterialInstanceDynamic* SingleMaterialStyleMID; // 0x0170(0x0008)(ZeroConstructor, Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_178[0x8]; // 0x0178(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
struct FBButtonStyle NormalStyle; // 0x0180(0x03C0)(NativeAccessSpecifierPublic)
struct FBButtonStyle WidgetStyle; // 0x0540(0x03C0)(Edit, BlueprintVisible, BlueprintReadOnly, NativeAccessSpecifierPublic)
struct FHoverablePressableStyle AkEventsStyle; // 0x0900(0x0018)(Edit, BlueprintVisible, NativeAccessSpecifierPublic)
struct FLinearColor ColorAndOpacity; // 0x0918(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FLinearColor BackgroundColor; // 0x0928(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EButtonClickMethod ClickMethod; // 0x0938(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EButtonTouchMethod TouchMethod; // 0x0939(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EButtonPressMethod PressMethod; // 0x093A(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool IsFocusable; // 0x093B(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FMargin Padding; // 0x093C(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
EHorizontalAlignment HorizontalAlignment; // 0x094C(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EVerticalAlignment VerticalAlignment; // 0x094D(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_94E[0x2]; // 0x094E(0x0002)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnClicked; // 0x0950(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_960[0x10]; // 0x0960(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnPressed; // 0x0970(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
TMulticastInlineDelegate<void()> OnReleased; // 0x0980(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
TMulticastInlineDelegate<void()> OnHovered; // 0x0990(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_9A0[0x10]; // 0x09A0(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnUnhovered; // 0x09B0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_9C0[0x10]; // 0x09C0(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnFocused; // 0x09D0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_9E0[0x10]; // 0x09E0(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnUnfocused; // 0x09F0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_A00[0x20]; // 0x0A00(0x0020)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void(const struct FGeometry& MyGeometry, const struct FKeyEvent& InKeyEvent)> OnKeyDownEvent; // 0x0A20(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_A30[0x10]; // 0x0A30(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void(const struct FKeyEvent& InKeyEvent)> OnKeyUpEvent; // 0x0A40(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_A50[0x50]; // 0x0A50(0x0050)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void SetBackgroundColor(const struct FLinearColor& InBackgroundColor);
void SetColorAndOpacity(const struct FLinearColor& InColorAndOpacity);
void SetStyle(TSubclassOf<class UUCWButtonStyle> InStyle);
bool IsPressed() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("BButton")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"BButton")
}
static class UBButton* GetDefaultObj()
{
return GetDefaultObjImpl<UBButton>();
}
};
DUMPER7_ASSERTS_UBButton;
// Class UCW.UCWScrollBox
// 0x0010 (0x0CB0 - 0x0CA0)
class UUCWScrollBox final : public UScrollBox
{
public:
bool bAllowRightStickScrolling; // 0x0C98(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_C99[0x3]; // 0x0C99(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float RightStickScrollMultiplier; // 0x0C9C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
EConsumeAnalogEvent ConsumeAnalogEvent; // 0x0CA0(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool bIsFocusable; // 0x0CA1(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_CA2[0xE]; // 0x0CA2(0x000E)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("UCWScrollBox")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"UCWScrollBox")
}
static class UUCWScrollBox* GetDefaultObj()
{
return GetDefaultObjImpl<UUCWScrollBox>();
}
};
DUMPER7_ASSERTS_UUCWScrollBox;
// Class UCW.BUserWidget
// 0x0028 (0x02A0 - 0x0278)
class UBUserWidget : public UUserWidget
{
public:
uint8 Pad_278[0x28]; // 0x0278(0x0028)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void BlockInput();
void InputDeviceChanged();
void OnInputDeviceChanged();
void UnBlockInput();
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("BUserWidget")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"BUserWidget")
}
static class UBUserWidget* GetDefaultObj()
{
return GetDefaultObjImpl<UBUserWidget>();
}
};
DUMPER7_ASSERTS_UBUserWidget;
// Class UCW.UCWSkipWidget
// 0x00D0 (0x0348 - 0x0278)
class UUCWSkipWidget : public UUserWidget
{
public:
uint8 Pad_278[0x8]; // 0x0278(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
class UProgressBar* ProgressBar_wdg; // 0x0280(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, Transient, InstancedReference, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
class UUCWProgressWidget* Progress_wdg; // 0x0288(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, Transient, InstancedReference, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
float SkipHoldTime; // 0x0290(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool bActivateOnShow; // 0x0294(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool bSkipOnAnyKey; // 0x0295(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool bSetVisibilityOnShow; // 0x0296(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool bSetVisibilityOnHide; // 0x0297(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
TArray<struct FKey> SkipKeys; // 0x0298(0x0010)(Edit, ZeroConstructor, Protected, NativeAccessSpecifierProtected)
TMulticastInlineDelegate<void()> K2_OnSkipStart; // 0x02A8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, BlueprintCallable, NativeAccessSpecifierPublic)
uint8 Pad_2B8[0x10]; // 0x02B8(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void(float dt)> K2_OnSkipTick; // 0x02C8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, BlueprintCallable, NativeAccessSpecifierPublic)
uint8 Pad_2D8[0x10]; // 0x02D8(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> K2_OnSkipCancel; // 0x02E8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, BlueprintCallable, NativeAccessSpecifierPublic)
uint8 Pad_2F8[0x10]; // 0x02F8(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> K2_OnSkip; // 0x0308(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, BlueprintCallable, NativeAccessSpecifierPublic)
uint8 Pad_318[0x30]; // 0x0318(0x0030)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void Activate();
void BP_OnSkip();
void BP_OnSkipCancel();
void BP_OnSkipStart();
void BP_OnSkipTick(float Progress);
void Deactivate();
void Hide();
void InputDeviceChanged();
void OnActivate();
void OnDeactivate();
void OnHide();
void OnShow();
void Show();
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("UCWSkipWidget")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"UCWSkipWidget")
}
static class UUCWSkipWidget* GetDefaultObj()
{
return GetDefaultObjImpl<UUCWSkipWidget>();
}
};
DUMPER7_ASSERTS_UUCWSkipWidget;
// Class UCW.AskDialogWidget
// 0x00F8 (0x0398 - 0x02A0)
class UAskDialogWidget : public UBUserWidget
{
public:
EAskDialogType Type; // 0x02A0(0x0001)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_2A1[0x7]; // 0x02A1(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
TArray<struct FKey> AcceptKeys; // 0x02A8(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, Protected, NativeAccessSpecifierProtected)
TArray<struct FKey> DeclineKeys; // 0x02B8(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, Protected, NativeAccessSpecifierProtected)
TArray<struct FKey> CancelKeys; // 0x02C8(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, Protected, NativeAccessSpecifierProtected)
class UBButton* Accept_but; // 0x02D8(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, InstancedReference, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
class UBButton* Decline_but; // 0x02E0(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, InstancedReference, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
class UBButton* Cancel_but; // 0x02E8(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, InstancedReference, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
class UAkAudioEvent* AcceptSoundEvent; // 0x02F0(0x0008)(Edit, ZeroConstructor, DisableEditOnInstance, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
class UAkAudioEvent* DeclineSoundEvent; // 0x02F8(0x0008)(Edit, ZeroConstructor, DisableEditOnInstance, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
class UAkAudioEvent* CancelSoundEvent; // 0x0300(0x0008)(Edit, ZeroConstructor, DisableEditOnInstance, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
class UAkAudioEvent* WrongKeySoundEvent; // 0x0308(0x0008)(Edit, ZeroConstructor, DisableEditOnInstance, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
class UWidgetAnimation* FadeOut_anim; // 0x0310(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
TMulticastInlineDelegate<void()> OnAccept; // 0x0318(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, BlueprintCallable, NativeAccessSpecifierPublic)
uint8 Pad_328[0x10]; // 0x0328(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnDecline; // 0x0338(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, BlueprintCallable, NativeAccessSpecifierPublic)
uint8 Pad_348[0x10]; // 0x0348(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnCancel; // 0x0358(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, BlueprintCallable, NativeAccessSpecifierPublic)
uint8 Pad_368[0x10]; // 0x0368(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnFadedOut; // 0x0378(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, BlueprintCallable, NativeAccessSpecifierPublic)
uint8 Pad_388[0x10]; // 0x0388(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void Accept();
void Cancel();
void Decline();
void FadedOut();
bool OnFadeOut();
void OnShow();
void Show();
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("AskDialogWidget")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"AskDialogWidget")
}
static class UAskDialogWidget* GetDefaultObj()
{
return GetDefaultObjImpl<UAskDialogWidget>();
}
};
DUMPER7_ASSERTS_UAskDialogWidget;
// Class UCW.AspectAwareSpacer
// 0x0010 (0x0180 - 0x0170)
class UAspectAwareSpacer final : public USpacer
{
public:
uint8 Pad_170[0xC]; // 0x0170(0x000C)(Fixing Size After Last Property [ Dumper-7 ])
EAspectAwareFrameType FillInType; // 0x017C(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_17D[0x3]; // 0x017D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("AspectAwareSpacer")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"AspectAwareSpacer")
}
static class UAspectAwareSpacer* GetDefaultObj()
{
return GetDefaultObjImpl<UAspectAwareSpacer>();
}
};
DUMPER7_ASSERTS_UAspectAwareSpacer;
// Class UCW.UCWWidgetGroup
// 0x0070 (0x0098 - 0x0028)
class UUCWWidgetGroup final : public UCommonWidgetGroupBase
{
public:
bool bSelectionRequired; // 0x0028(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void(class UUCWButtonBase* AssociatedButton, int32 ButtonIndex)> OnSelectedButtonBaseChanged; // 0x0030(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_40[0x18]; // 0x0040(0x0018)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnSelectionCleared; // 0x0058(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_68[0x30]; // 0x0068(0x0030)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void DeselectAll();
void SelectButtonAtIndex(int32 ButtonIndex, const bool bAllowSound);
void SelectNextButton(bool bAllowWrap);
void SelectPreviousButton(bool bAllowWrap);
void SetSelectionRequired(bool bRequireSelection);
int32 FindButtonIndex(const class UUCWButtonBase* ButtonToFind) const;
class UUCWButtonBase* GetButtonBaseAtIndex(int32 Index_0) const;
int32 GetButtonCount() const;
int32 GetHoveredButtonIndex() const;
class UUCWButtonBase* GetSelectedButtonBase() const;
int32 GetSelectedButtonIndex() const;
bool HasAnyButtons() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("UCWWidgetGroup")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"UCWWidgetGroup")
}
static class UUCWWidgetGroup* GetDefaultObj()
{
return GetDefaultObjImpl<UUCWWidgetGroup>();
}
};
DUMPER7_ASSERTS_UUCWWidgetGroup;
// Class UCW.BCheckBox
// 0x0100 (0x0D80 - 0x0C80)
class UBCheckBox final : public UCheckBox
{
public:
uint8 Pad_C80[0x8]; // 0x0C80(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnFocused; // 0x0C88(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_C98[0x10]; // 0x0C98(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnUnfocused; // 0x0CA8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_CB8[0x10]; // 0x0CB8(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnHovered; // 0x0CC8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_CD8[0x10]; // 0x0CD8(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnUnhovered; // 0x0CE8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_CF8[0x10]; // 0x0CF8(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void(const struct FGeometry& MyGeometry, const struct FKeyEvent& InKeyEvent)> OnKeyDown; // 0x0D08(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
TMulticastInlineDelegate<void(const struct FKeyEvent& InKeyEvent)> OnKeyUp; // 0x0D18(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
bool _HoverOnFocus; // 0x0D28(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool UseInternalLabel; // 0x0D29(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_D2A[0x2]; // 0x0D2A(0x0002)(Fixing Size After Last Property [ Dumper-7 ])
struct FLinearColor UncheckedLabelColor; // 0x0D2C(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FLinearColor CheckedLabelColor; // 0x0D3C(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FLinearColor UncheckedHoverLabelColor; // 0x0D4C(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FLinearColor CheckedHoverLabelColor; // 0x0D5C(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_D6C[0x4]; // 0x0D6C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class UWidget* Label; // 0x0D70(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, InstancedReference, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
class UTextBlock* InternalLabel; // 0x0D78(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, InstancedReference, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
public:
void SetInternalLabel(class UTextBlock* InContent);
void SetLabel(class UWidget* InContent);
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("BCheckBox")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"BCheckBox")
}
static class UBCheckBox* GetDefaultObj()
{
return GetDefaultObjImpl<UBCheckBox>();
}
};
DUMPER7_ASSERTS_UBCheckBox;
// Class UCW.UCWTabPanel
// 0x0018 (0x0190 - 0x0178)
class UUCWTabPanel final : public UCanvasPanel
{
public:
class FText TabText; // 0x0178(0x0018)(Edit, NativeAccessSpecifierPublic)
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("UCWTabPanel")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"UCWTabPanel")
}
static class UUCWTabPanel* GetDefaultObj()
{
return GetDefaultObjImpl<UUCWTabPanel>();
}
};
DUMPER7_ASSERTS_UUCWTabPanel;
// Class UCW.UCWStyleBase
// 0x0000 (0x0028 - 0x0028)
class UUCWStyleBase : public UObject
{
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("UCWStyleBase")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"UCWStyleBase")
}
static class UUCWStyleBase* GetDefaultObj()
{
return GetDefaultObjImpl<UUCWStyleBase>();
}
};
DUMPER7_ASSERTS_UUCWStyleBase;
// Class UCW.UCWButtonBase
// 0x0038 (0x02B0 - 0x0278)
class UUCWButtonBase : public UUserWidget
{
public:
uint8 Blocked : 1; // 0x0278(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierProtected))
uint8 bSelectable : 1; // 0x0278(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierProtected))
uint8 bShouldSelectUponReceivingFocus : 1; // 0x0278(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierProtected))
uint8 bInteractableWhenSelected : 1; // 0x0278(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierProtected))
uint8 bToggleable : 1; // 0x0278(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierProtected))
uint8 Pad_279[0x7]; // 0x0279(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void(class UUCWButtonBase* Button, bool Selected)> OnSelectedChanged; // 0x0280(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, Protected, NativeAccessSpecifierProtected)
uint8 Pad_290[0x20]; // 0x0290(0x0020)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void BP_OnDeselected();
void BP_OnDisabled();
void BP_OnEnabled();
void BP_OnLockedChanged(bool bIsLocked);
void BP_OnSelected();
void ClearSelection();
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 SetSelectedInternal(bool bInSelected, bool bAllowSound, bool bBroadcast);
bool GetLocked() const;
bool GetSelected() const;
bool IsFocusable() const;
bool IsInteractionEnabled() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("UCWButtonBase")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"UCWButtonBase")
}
static class UUCWButtonBase* GetDefaultObj()
{
return GetDefaultObjImpl<UUCWButtonBase>();
}
};
DUMPER7_ASSERTS_UUCWButtonBase;
// Class UCW.UCWButtonStyle
// 0x0588 (0x05B0 - 0x0028)
#pragma pack(push, 0x1)
class alignas(0x10) UUCWButtonStyle : public UUCWStyleBase
{
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 NormalBrush; // 0x0100(0x00D0)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NativeAccessSpecifierPublic)
struct FSlateBrush HoveredBrush; // 0x01D0(0x00D0)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NativeAccessSpecifierPublic)
struct FSlateBrush FocusedBrush; // 0x02A0(0x00D0)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NativeAccessSpecifierPublic)
struct FSlateBrush PressedBrush; // 0x0370(0x00D0)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NativeAccessSpecifierPublic)
struct FSlateBrush DisabledBrush; // 0x0440(0x00D0)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NativeAccessSpecifierPublic)
struct FSlateColor NormalForeground; // 0x0510(0x0014)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NativeAccessSpecifierPublic)
struct FSlateColor HoveredForeground; // 0x0524(0x0014)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NativeAccessSpecifierPublic)
struct FSlateColor FocusedForeground; // 0x0538(0x0014)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NativeAccessSpecifierPublic)
struct FSlateColor PressedForeground; // 0x054C(0x0014)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NativeAccessSpecifierPublic)
struct FSlateColor DisabledForeground; // 0x0560(0x0014)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NativeAccessSpecifierPublic)
struct FMargin NormalPadding; // 0x0574(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
struct FMargin PressedPadding; // 0x0584(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
uint8 Pad_594[0x4]; // 0x0594(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class UAkAudioEvent* HoveredAkEvent; // 0x0598(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UAkAudioEvent* PressedAkEvent; // 0x05A0(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("UCWButtonStyle")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"UCWButtonStyle")
}
static class UUCWButtonStyle* GetDefaultObj()
{
return GetDefaultObjImpl<UUCWButtonStyle>();
}
};
#pragma pack(pop)
DUMPER7_ASSERTS_UUCWButtonStyle;
// Class UCW.UCWTextBlock
// 0x0020 (0x0360 - 0x0340)
class UUCWTextBlock final : public UTextBlock
{
public:
TSubclassOf<class UCommonTextStyle> Style; // 0x0338(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoDestructor, Protected, ExposeOnSpawn, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
TSubclassOf<class UCommonTextScrollStyle> ScrollStyle; // 0x0340(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoDestructor, Protected, ExposeOnSpawn, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool bInheritTextColor; // 0x0348(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool bAutoCollapseWithEmptyText; // 0x0349(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_34A[0x2]; // 0x034A(0x0002)(Fixing Size After Last Property [ Dumper-7 ])
float MobileFontSizeMultiplier; // 0x034C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_350[0x10]; // 0x0350(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void ResetScrollState();
void SetStyle(TSubclassOf<class UCommonTextStyle> InStyle);
void SetTextCase(bool bUseAllCaps);
void SetWrapTextWidth(int32 InWrapTextAt);
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("UCWTextBlock")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"UCWTextBlock")
}
static class UUCWTextBlock* GetDefaultObj()
{
return GetDefaultObjImpl<UUCWTextBlock>();
}
};
DUMPER7_ASSERTS_UUCWTextBlock;
// Class UCW.BButtonSlot
// 0x0028 (0x0060 - 0x0038)
class UBButtonSlot final : public UPanelSlot
{
public:
struct FMargin Padding; // 0x0038(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
EHorizontalAlignment HorizontalAlignment; // 0x0048(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EVerticalAlignment VerticalAlignment; // 0x0049(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
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("BButtonSlot")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"BButtonSlot")
}
static class UBButtonSlot* GetDefaultObj()
{
return GetDefaultObjImpl<UBButtonSlot>();
}
};
DUMPER7_ASSERTS_UBButtonSlot;
// Class UCW.BComboBoxString
// 0x0140 (0x1770 - 0x1630)
class UBComboBoxString final : public UComboBoxString
{
public:
TMulticastInlineDelegate<void()> OnFocused; // 0x1628(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_1638[0x10]; // 0x1638(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnUnfocused; // 0x1648(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_1658[0x10]; // 0x1658(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnHovered; // 0x1668(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_1678[0x10]; // 0x1678(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnUnhovered; // 0x1688(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_1698[0x10]; // 0x1698(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void(const class FString& ItemName, int32 ItemIndex)> OnItemHovered; // 0x16A8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_16B8[0x10]; // 0x16B8(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void(const struct FGeometry& MyGeometry, const struct FKeyEvent& InKeyEvent)> OnKeyDown; // 0x16C8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
TMulticastInlineDelegate<void(const struct FKeyEvent& InKeyEvent)> OnKeyUp; // 0x16D8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
struct FHoverableTextStyle TextStyle; // 0x16E8(0x0048)(Edit, BlueprintVisible, NativeAccessSpecifierPublic)
ETextJustify Justification; // 0x1730(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1731[0x7]; // 0x1731(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void(int32 SelectedItem, ESelectInfo SelectionType)> OnSelectionIndexChanged; // 0x1738(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_1748[0x10]; // 0x1748(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
bool ControllLabelVisibility; // 0x1758(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_1759[0x7]; // 0x1759(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UWidget* Label; // 0x1760(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, InstancedReference, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_1768[0x8]; // 0x1768(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void SetLabel(class UWidget* InContent);
void SetOptions(const TArray<class FText>& Options, int32 Num, bool PreserveSelection);
void SetSelectedOptionIndex(int32 Index_0);
void SetStyle(const struct FHoverableTextStyle& InStyle);
int32 GetSelectedOptionIndex() const;
bool HasInputCaptured() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("BComboBoxString")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"BComboBoxString")
}
static class UBComboBoxString* GetDefaultObj()
{
return GetDefaultObjImpl<UBComboBoxString>();
}
};
DUMPER7_ASSERTS_UBComboBoxString;
// Class UCW.BExpandableArea
// 0x0000 (0x0460 - 0x0460)
class UBExpandableArea final : public UExpandableArea
{
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("BExpandableArea")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"BExpandableArea")
}
static class UBExpandableArea* GetDefaultObj()
{
return GetDefaultObjImpl<UBExpandableArea>();
}
};
DUMPER7_ASSERTS_UBExpandableArea;
// Class UCW.BInputKeySelector
// 0x08E8 (0x0A50 - 0x0168)
class UBInputKeySelector final : public UContentWidget
{
public:
uint8 Pad_168[0x8]; // 0x0168(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
struct FBButtonStyle WidgetStyle; // 0x0170(0x03C0)(Edit, BlueprintVisible, NativeAccessSpecifierPublic)
struct FHoverablePressableStyle AkEventsStyle; // 0x0530(0x0018)(Edit, BlueprintVisible, NativeAccessSpecifierPublic)
class UAkAudioEvent* ResetAkEvent; // 0x0548(0x0008)(Edit, BlueprintVisible, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UAkAudioEvent* KeyChangedAkEvent; // 0x0550(0x0008)(Edit, BlueprintVisible, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FLinearColor ColorAndOpacity; // 0x0558(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FLinearColor BackgroundColor; // 0x0568(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool IsFocusable; // 0x0578(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bNoLabel; // 0x0579(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool IsLabelFirst; // 0x057A(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_57B[0x1]; // 0x057B(0x0001)(Fixing Size After Last Property [ Dumper-7 ])
struct FMargin Padding; // 0x057C(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
struct FSlateChildSize KeyTextSize; // 0x058C(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, NativeAccessSpecifierPublic)
EHorizontalAlignment HorizontalAlignment; // 0x0594(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EVerticalAlignment VerticalAlignment; // 0x0595(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_596[0x2]; // 0x0596(0x0002)(Fixing Size After Last Property [ Dumper-7 ])
class FText Text; // 0x0598(0x0018)(Edit, NativeAccessSpecifierPublic)
struct FTextButtonStyle TextStyle; // 0x05B0(0x0340)(Edit, BlueprintVisible, NativeAccessSpecifierPublic)
ETextJustify Justification; // 0x08F0(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_8F1[0x3]; // 0x08F1(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float MinDesiredWidth; // 0x08F4(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool AutoWrapText; // 0x08F8(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_8F9[0x3]; // 0x08F9(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float WrapTextAt; // 0x08FC(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ETextWrappingPolicy WrappingPolicy; // 0x0900(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_901[0x3]; // 0x0901(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FMargin Margin; // 0x0904(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic)
uint8 Pad_914[0x4]; // 0x0914(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class FText KeySelectionText; // 0x0918(0x0018)(Edit, BlueprintVisible, BlueprintReadOnly, NativeAccessSpecifierPublic)
class FText NoKeySpecifiedText; // 0x0930(0x0018)(Edit, BlueprintVisible, BlueprintReadOnly, NativeAccessSpecifierPublic)
struct FInputChord SelectedKey; // 0x0948(0x0020)(BlueprintVisible, BlueprintReadOnly, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bAllowGamepadKeys; // 0x0968(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bAllowModifierKeys; // 0x0969(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bGamepadKeysOnly; // 0x096A(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bAnalogOnly; // 0x096B(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_96C[0x4]; // 0x096C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
TArray<struct FKey> EscapeKeys; // 0x0970(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NativeAccessSpecifierPublic)
TMulticastInlineDelegate<void()> OnHovered; // 0x0980(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_990[0x10]; // 0x0990(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnUnhovered; // 0x09A0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_9B0[0x10]; // 0x09B0(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnFocused; // 0x09C0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_9D0[0x10]; // 0x09D0(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnUnfocused; // 0x09E0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_9F0[0x10]; // 0x09F0(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void(const struct FInputChord& SelectedKey)> OnKeySelected; // 0x0A00(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_A10[0x10]; // 0x0A10(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnIsSelectingKeyChanged; // 0x0A20(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_A30[0x20]; // 0x0A30(0x0020)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void SetColorAndOpacity(const struct FLinearColor& InColor);
void SetLabelText(const class FText& InText);
void SetSelectedKey(const struct FInputChord& InSelectedKey);
bool GetIsSelectingKey() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("BInputKeySelector")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"BInputKeySelector")
}
static class UBInputKeySelector* GetDefaultObj()
{
return GetDefaultObjImpl<UBInputKeySelector>();
}
};
DUMPER7_ASSERTS_UBInputKeySelector;
// Class UCW.BInputKeySelectorSlot
// 0x0028 (0x0060 - 0x0038)
class UBInputKeySelectorSlot final : public UPanelSlot
{
public:
struct FMargin Padding; // 0x0038(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
EHorizontalAlignment HorizontalAlignment; // 0x0048(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EVerticalAlignment VerticalAlignment; // 0x0049(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4A[0x16]; // 0x004A(0x0016)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("BInputKeySelectorSlot")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"BInputKeySelectorSlot")
}
static class UBInputKeySelectorSlot* GetDefaultObj()
{
return GetDefaultObjImpl<UBInputKeySelectorSlot>();
}
};
DUMPER7_ASSERTS_UBInputKeySelectorSlot;
// Class UCW.BSlider
// 0x0150 (0x0850 - 0x0700)
class UBSlider final : public USlider
{
public:
TMulticastInlineDelegate<void()> OnFocused; // 0x0700(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_710[0x10]; // 0x0710(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnUnfocused; // 0x0720(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_730[0x10]; // 0x0730(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnHovered; // 0x0740(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_750[0x10]; // 0x0750(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnUnhovered; // 0x0760(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_770[0x10]; // 0x0770(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void(const struct FGeometry& MyGeometry, const struct FKeyEvent& InKeyEvent)> OnKeyDown; // 0x0780(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
TMulticastInlineDelegate<void(const struct FKeyEvent& InKeyEvent)> OnKeyUp; // 0x0790(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_7A0[0x10]; // 0x07A0(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
bool HoverOnFocus; // 0x07B0(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_7B1[0x3]; // 0x07B1(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FLinearColor HoverSliderBarColor; // 0x07B4(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FLinearColor HoverSliderHandleColor; // 0x07C4(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FLinearColor ActiveSliderBarColor; // 0x07D4(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FLinearColor ActiveSliderHandleColor; // 0x07E4(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_7F4[0x4]; // 0x07F4(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class UAkAudioEvent* HoveredAkEvent; // 0x07F8(0x0008)(Edit, BlueprintVisible, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UAkAudioEvent* ChangedAkEvent; // 0x0800(0x0008)(Edit, BlueprintVisible, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FSlateSound HoveredSlateSound; // 0x0808(0x0018)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic)
struct FSlateSound PressedSlateSound; // 0x0820(0x0018)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic)
bool ControllLabelVisibility; // 0x0838(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_839[0x7]; // 0x0839(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UWidget* Label; // 0x0840(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, InstancedReference, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_848[0x8]; // 0x0848(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void SetLabel(class UWidget* InContent);
bool HasInputCaptured() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("BSlider")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"BSlider")
}
static class UBSlider* GetDefaultObj()
{
return GetDefaultObjImpl<UBSlider>();
}
};
DUMPER7_ASSERTS_UBSlider;
// Class UCW.UCWSpinBoxStyle
// 0x0920 (0x0ED0 - 0x05B0)
class UUCWSpinBoxStyle final : public UUCWButtonStyle
{
public:
bool bInheritTextColor; // 0x05A8(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_5A9[0x7]; // 0x05A9(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
TSubclassOf<class UCommonTextStyle> NormalTextStyle; // 0x05B0(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_5B8[0x8]; // 0x05B8(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
struct FB3StateBrushStyle InternalBorderStyle; // 0x05C0(0x0270)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NativeAccessSpecifierPublic)
struct FThreeStateImageStyle LeftImageStyle; // 0x0830(0x0280)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NativeAccessSpecifierPublic)
struct FThreeStateImageStyle RightImageStyle; // 0x0AB0(0x0280)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NativeAccessSpecifierPublic)
struct FB2StateBrushStyle IndicatorStyle; // 0x0D30(0x01A0)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NativeAccessSpecifierPublic)
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("UCWSpinBoxStyle")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"UCWSpinBoxStyle")
}
static class UUCWSpinBoxStyle* GetDefaultObj()
{
return GetDefaultObjImpl<UUCWSpinBoxStyle>();
}
};
DUMPER7_ASSERTS_UUCWSpinBoxStyle;
// Class UCW.BSpinBox
// 0x2200 (0x2350 - 0x0150)
class UBSpinBox final : public UWidget
{
public:
TSubclassOf<class UCommonTextScrollStyle> ScrollStyle; // 0x0150(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoDestructor, ExposeOnSpawn, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TSubclassOf<class UUCWSpinBoxStyle> Style; // 0x0158(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoDestructor, ExposeOnSpawn, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FLinearColor ContentColorAndOpacity; // 0x0160(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TDelegate<void()> ContentColorAndOpacityDelegate; // 0x0170(0x0010)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FMargin Padding; // 0x0180(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
EHorizontalAlignment HorizontalAlignment; // 0x0190(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EVerticalAlignment VerticalAlignment; // 0x0191(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EVerticalAlignment IndicatorVerticalAlignment; // 0x0192(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_193[0x5]; // 0x0193(0x0005)(Fixing Size After Last Property [ Dumper-7 ])
TArray<class FText> DefaultOptions; // 0x0198(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic)
bool ShowArrowsIn2State; // 0x01A8(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ShowBottomIndicator; // 0x01A9(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1AA[0x6]; // 0x01AA(0x0006)(Fixing Size After Last Property [ Dumper-7 ])
struct FBSpinBoxStyle WidgetStyle; // 0x01B0(0x0D00)(Edit, BlueprintVisible, NativeAccessSpecifierPublic)
struct FTextBlockStyle TextStyle; // 0x0EB0(0x0340)(Edit, BlueprintVisible, NativeAccessSpecifierPublic)
struct FHoverablePressableStyle AkEventsStyle; // 0x11F0(0x0018)(Edit, BlueprintVisible, NativeAccessSpecifierPublic)
struct FMargin TextPadding; // 0x1208(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
ETextJustify Justification; // 0x1218(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EButtonClickMethod ClickMethod; // 0x1219(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EButtonTouchMethod TouchMethod; // 0x121A(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EButtonPressMethod PressMethod; // 0x121B(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool IsFocusable; // 0x121C(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool WrapValues; // 0x121D(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool SpinOnNavigation; // 0x121E(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool SpinOnClick; // 0x121F(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool ToggleableIn2State; // 0x1220(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool ControllLabelVisibility; // 0x1221(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_1222[0x6]; // 0x1222(0x0006)(Fixing Size After Last Property [ Dumper-7 ])
class UWidget* Label; // 0x1228(0x0008)(ExportObject, ZeroConstructor, InstancedReference, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
TMulticastInlineDelegate<void()> OnHovered; // 0x1230(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_1240[0x10]; // 0x1240(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnUnhovered; // 0x1250(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_1260[0x10]; // 0x1260(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnFocused; // 0x1270(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_1280[0x10]; // 0x1280(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnUnfocused; // 0x1290(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_12A0[0x10]; // 0x12A0(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnPressed; // 0x12B0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
TMulticastInlineDelegate<void()> OnReleased; // 0x12C0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
TMulticastInlineDelegate<void(int32 Value)> OnValueChanged; // 0x12D0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_12E0[0x10]; // 0x12E0(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
float MobileFontSizeMultiplier; // 0x12F0(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_12F4[0x14]; // 0x12F4(0x0014)(Fixing Size After Last Property [ Dumper-7 ])
class UMaterialInstanceDynamic* SingleMaterialStyleMID; // 0x1308(0x0008)(ZeroConstructor, Transient, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
struct FBSpinBoxStyle NormalStyle; // 0x1310(0x0D00)(Protected, NativeAccessSpecifierProtected)
struct FTextBlockStyle NormalTextStyle; // 0x2010(0x0340)(Protected, NativeAccessSpecifierProtected)
public:
void ResetScrollState();
void SetLabel(class UWidget* InContent);
void SetOptions(const TArray<class FText>& Options, int32 Num);
void SetSelectedOption(int32 Option);
void SetStyle(TSubclassOf<class UUCWSpinBoxStyle> InStyle);
void SetValue(int32 Value);
int32 GetSelectedOption() const;
int32 GetValue() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("BSpinBox")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"BSpinBox")
}
static class UBSpinBox* GetDefaultObj()
{
return GetDefaultObjImpl<UBSpinBox>();
}
};
DUMPER7_ASSERTS_UBSpinBox;
// Class UCW.DeviceAwareInterface
// 0x0000 (0x0000 - 0x0000)
class IDeviceAwareInterface final
{
public:
void OnInputDeviceChanged();
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("DeviceAwareInterface")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"DeviceAwareInterface")
}
static class IDeviceAwareInterface* GetDefaultObj()
{
return GetDefaultObjImpl<IDeviceAwareInterface>();
}
class UObject* AsUObject()
{
return reinterpret_cast<UObject*>(this);
}
const class UObject* AsUObject() const
{
return reinterpret_cast<const UObject*>(this);
}
};
DUMPER7_ASSERTS_IDeviceAwareInterface;
// Class UCW.BVolumeControl
// 0x0AA0 (0x0BF0 - 0x0150)
class UBVolumeControl final : public UWidget
{
public:
struct FMargin Padding; // 0x0150(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
struct FMargin SpeakerIconPadding; // 0x0160(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
struct FLinearColor ColorAndOpacity; // 0x0170(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TDelegate<void()> ColorAndOpacityDelegate; // 0x0180(0x0010)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBVolumeControlStyle WidgetStyle; // 0x0190(0x0960)(Edit, BlueprintVisible, NativeAccessSpecifierPublic)
bool MouseUsesStep; // 0x0AF0(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_AF1[0x3]; // 0x0AF1(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float StepSize; // 0x0AF4(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float Volume; // 0x0AF8(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TDelegate<void()> VolumeDelegate; // 0x0AFC(0x0010)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool Muted; // 0x0B0C(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_B0D[0x3]; // 0x0B0D(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
TDelegate<void()> MutedDelegate; // 0x0B10(0x0010)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool IsFocusable; // 0x0B20(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_B21[0x7]; // 0x0B21(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UAkRtpc* RTPCParameter; // 0x0B28(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bHasCustomMusic; // 0x0B30(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_B31[0x7]; // 0x0B31(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UAkAudioEvent* HoveredAkEvent; // 0x0B38(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UAkAudioEvent* UnhoveredAkEvent; // 0x0B40(0x0008)(Edit, BlueprintVisible, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UAkAudioEvent* ChangedAkEvent; // 0x0B48(0x0008)(Edit, BlueprintVisible, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TMulticastInlineDelegate<void()> OnHovered; // 0x0B50(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_B60[0x10]; // 0x0B60(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnUnhovered; // 0x0B70(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_B80[0x10]; // 0x0B80(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void(float Volume)> OnVolumeChanged; // 0x0B90(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
TMulticastInlineDelegate<void(bool Muted)> OnMutedChanged; // 0x0BA0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_BB0[0x20]; // 0x0BB0(0x0020)(Fixing Size After Last Property [ Dumper-7 ])
bool ControllLabelVisibility; // 0x0BD0(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_BD1[0x7]; // 0x0BD1(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UWidget* Label; // 0x0BD8(0x0008)(ExportObject, ZeroConstructor, InstancedReference, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_BE0[0x10]; // 0x0BE0(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void SetLabel(class UWidget* InContent);
void SetMuted(bool InValue);
void SetVolume(float InVolume);
float GetVolume() const;
bool IsMuted() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("BVolumeControl")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"BVolumeControl")
}
static class UBVolumeControl* GetDefaultObj()
{
return GetDefaultObjImpl<UBVolumeControl>();
}
};
DUMPER7_ASSERTS_UBVolumeControl;
// Class UCW.CreditsConfig
// 0x0040 (0x0070 - 0x0030)
class UCreditsConfig final : public UDataAsset
{
public:
TArray<struct FCreditsItem> Rows; // 0x0030(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic)
TSoftObjectPtr<class UDataTable> ImageSet; // 0x0040(0x0030)(Edit, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CreditsConfig")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CreditsConfig")
}
static class UCreditsConfig* GetDefaultObj()
{
return GetDefaultObjImpl<UCreditsConfig>();
}
};
DUMPER7_ASSERTS_UCreditsConfig;
// Class UCW.CreditsWidget
// 0x0078 (0x02F0 - 0x0278)
class UCreditsWidget : public UUserWidget
{
public:
class UScrollBox* Credits_srb; // 0x0278(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, InstancedReference, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
class UWidgetAnimation* FadeIn_anim; // 0x0280(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
class UWidgetAnimation* FadeOut_anim; // 0x0288(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
class UAkAudioEvent* CreditMusic; // 0x0290(0x0008)(Edit, ZeroConstructor, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
float SkipHoldTime; // 0x0298(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool bUseExternalSkip; // 0x029C(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_29D[0x3]; // 0x029D(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float AutoScrollStartDelay; // 0x02A0(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
float AutoScrollSpeed; // 0x02A4(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
float FadeAfterScrollEndDelay; // 0x02A8(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool AutoStartPlay; // 0x02AC(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool AutoFadeOut; // 0x02AD(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool AutoDestroy; // 0x02AE(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_2AF[0x1]; // 0x02AF(0x0001)(Fixing Size After Last Property [ Dumper-7 ])
float FadeOutTime; // 0x02B0(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_2B4[0x3C]; // 0x02B4(0x003C)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void BP_OnFadeOutEnd();
void FadeOut();
void OnFadedInAnim();
void OnFadedOutAnim();
void OnFadeOutStart();
void OnScrollingFinished();
void OnScrollingStart();
void OnShow();
void OnSkip();
void OnSkipCancel();
void OnSkipStart();
void OnSkipTick(float Progress);
void PlayScroll();
void Reset();
void Show();
void Skip();
bool IsFullyScrolled() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CreditsWidget")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CreditsWidget")
}
static class UCreditsWidget* GetDefaultObj()
{
return GetDefaultObjImpl<UCreditsWidget>();
}
};
DUMPER7_ASSERTS_UCreditsWidget;
// Class UCW.FancyLabelBox
// 0x03B0 (0x06C0 - 0x0310)
class UFancyLabelBox final : public UBorder
{
public:
EWidgetState State; // 0x0308(0x0001)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_309[0x3]; // 0x0309(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
TDelegate<void()> StateDelegate; // 0x030C(0x0010)(ZeroConstructor, InstancedReference, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_31C[0x4]; // 0x031C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
struct FFancyLabelStyle WidgetStyle; // 0x0320(0x0390)(Edit, BlueprintVisible, NativeAccessSpecifierPublic)
bool InheritColors; // 0x06B0(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool InheritImages; // 0x06B1(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_6B2[0xE]; // 0x06B2(0x000E)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("FancyLabelBox")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"FancyLabelBox")
}
static class UFancyLabelBox* GetDefaultObj()
{
return GetDefaultObjImpl<UFancyLabelBox>();
}
};
DUMPER7_ASSERTS_UFancyLabelBox;
// Class UCW.InputActionView
// 0x03D8 (0x0540 - 0x0168)
class UInputActionView final : public UContentWidget
{
public:
class FName action; // 0x0168(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
struct FMargin Padding; // 0x0170(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, NativeAccessSpecifierProtected)
struct FMargin TextPadding; // 0x0180(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, NativeAccessSpecifierProtected)
bool KeyFirst; // 0x0190(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnTemplate, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_191[0x3]; // 0x0191(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FSlateChildSize KeyTextSize; // 0x0194(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, NativeAccessSpecifierProtected)
EHorizontalAlignment HorizontalAlignment; // 0x019C(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
EVerticalAlignment VerticalAlignment; // 0x019D(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_19E[0x2]; // 0x019E(0x0002)(Fixing Size After Last Property [ Dumper-7 ])
struct FTextBlockStyle TextStyle; // 0x01A0(0x0340)(Edit, BlueprintVisible, Protected, NativeAccessSpecifierProtected)
ETextJustify Justification; // 0x04E0(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_4E1[0x3]; // 0x04E1(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FLinearColor ColorAndOpacity; // 0x04E4(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_4F4[0x4C]; // 0x04F4(0x004C)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("InputActionView")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"InputActionView")
}
static class UInputActionView* GetDefaultObj()
{
return GetDefaultObjImpl<UInputActionView>();
}
};
DUMPER7_ASSERTS_UInputActionView;
// Class UCW.InputActionViewSlot
// 0x0028 (0x0060 - 0x0038)
class UInputActionViewSlot final : public UPanelSlot
{
public:
struct FMargin Padding; // 0x0038(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
EHorizontalAlignment HorizontalAlignment; // 0x0048(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EVerticalAlignment VerticalAlignment; // 0x0049(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4A[0x16]; // 0x004A(0x0016)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("InputActionViewSlot")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"InputActionViewSlot")
}
static class UInputActionViewSlot* GetDefaultObj()
{
return GetDefaultObjImpl<UInputActionViewSlot>();
}
};
DUMPER7_ASSERTS_UInputActionViewSlot;
// Class UCW.InputKeyActionView
// 0x04A0 (0x05F0 - 0x0150)
class UInputKeyActionView final : public UWidget
{
public:
struct FKey Key; // 0x0150(0x0018)(Edit, BlueprintVisible, BlueprintReadOnly, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_168[0x8]; // 0x0168(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
struct FSlateBrush Brush; // 0x0170(0x00D0)(Edit, BlueprintVisible, Protected, NativeAccessSpecifierProtected)
struct FMargin Padding; // 0x0240(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, NativeAccessSpecifierProtected)
struct FMargin TextPadding; // 0x0250(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, NativeAccessSpecifierProtected)
bool ImageFirst; // 0x0260(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnTemplate, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_261[0xF]; // 0x0261(0x000F)(Fixing Size After Last Property [ Dumper-7 ])
struct FTextBlockStyle TextStyle; // 0x0270(0x0340)(Edit, BlueprintVisible, Protected, NativeAccessSpecifierProtected)
ETextJustify Justification; // 0x05B0(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_5B1[0x3]; // 0x05B1(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FLinearColor ColorAndOpacity; // 0x05B4(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_5C4[0x2C]; // 0x05C4(0x002C)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("InputKeyActionView")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"InputKeyActionView")
}
static class UInputKeyActionView* GetDefaultObj()
{
return GetDefaultObjImpl<UInputKeyActionView>();
}
};
DUMPER7_ASSERTS_UInputKeyActionView;
// Class UCW.KeepAspectZoneSlot
// 0x0018 (0x0050 - 0x0038)
class UKeepAspectZoneSlot final : public UPanelSlot
{
public:
EHorizontalAlignment HAlign; // 0x0038(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EVerticalAlignment VAlign; // 0x0039(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_3A[0x2]; // 0x003A(0x0002)(Fixing Size After Last Property [ Dumper-7 ])
struct FMargin Padding; // 0x003C(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
uint8 Pad_4C[0x4]; // 0x004C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("KeepAspectZoneSlot")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"KeepAspectZoneSlot")
}
static class UKeepAspectZoneSlot* GetDefaultObj()
{
return GetDefaultObjImpl<UKeepAspectZoneSlot>();
}
};
DUMPER7_ASSERTS_UKeepAspectZoneSlot;
// Class UCW.KeepAspectZone
// 0x0060 (0x01C8 - 0x0168)
class UKeepAspectZone final : public UContentWidget
{
public:
bool PadLeft; // 0x0168(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool PadRight; // 0x0169(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool PadTop; // 0x016A(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool PadBottom; // 0x016B(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_16C[0x4]; // 0x016C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
struct FVector2D MinimumAspectRatio; // 0x0170(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool bKeepAspectBelowDesire; // 0x0180(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_181[0x7]; // 0x0181(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
struct FVector2D DesireAspectRatio; // 0x0188(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
struct FVector2D DesireAspectRatioUltraWide; // 0x0198(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
struct FVector2D DesireAspectRatioSuperUltraWide; // 0x01A8(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_1B8[0x10]; // 0x01B8(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void SetSidesToPad(bool InPadLeft, bool InPadRight, bool InPadTop, bool InPadBottom);
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("KeepAspectZone")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"KeepAspectZone")
}
static class UKeepAspectZone* GetDefaultObj()
{
return GetDefaultObjImpl<UKeepAspectZone>();
}
};
DUMPER7_ASSERTS_UKeepAspectZone;
// Class UCW.LocalizedFont
// 0x00A8 (0x00D8 - 0x0030)
class ULocalizedFont final : public UDataAsset
{
public:
struct FSlateFontInfo DefaultFont; // 0x0030(0x0058)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
TMap<class FString, struct FSlateFontInfo> Fonts; // 0x0088(0x0050)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, Protected, NativeAccessSpecifierProtected)
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("LocalizedFont")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"LocalizedFont")
}
static class ULocalizedFont* GetDefaultObj()
{
return GetDefaultObjImpl<ULocalizedFont>();
}
};
DUMPER7_ASSERTS_ULocalizedFont;
// Class UCW.RichTextBlockColorDecorator
// 0x0000 (0x0028 - 0x0028)
class URichTextBlockColorDecorator final : public URichTextBlockDecorator
{
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("RichTextBlockColorDecorator")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"RichTextBlockColorDecorator")
}
static class URichTextBlockColorDecorator* GetDefaultObj()
{
return GetDefaultObjImpl<URichTextBlockColorDecorator>();
}
};
DUMPER7_ASSERTS_URichTextBlockColorDecorator;
// Class UCW.RichTextBlockSpanDecorator
// 0x0000 (0x0028 - 0x0028)
class URichTextBlockSpanDecorator final : public URichTextBlockDecorator
{
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("RichTextBlockSpanDecorator")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"RichTextBlockSpanDecorator")
}
static class URichTextBlockSpanDecorator* GetDefaultObj()
{
return GetDefaultObjImpl<URichTextBlockSpanDecorator>();
}
};
DUMPER7_ASSERTS_URichTextBlockSpanDecorator;
// Class UCW.RichTextBlockTextWithBgrDecorator
// 0x0008 (0x0030 - 0x0028)
class URichTextBlockTextWithBgrDecorator : public URichTextBlockDecorator
{
public:
class UDataTable* StyleSet; // 0x0028(0x0008)(Edit, ZeroConstructor, NoDestructor, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("RichTextBlockTextWithBgrDecorator")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"RichTextBlockTextWithBgrDecorator")
}
static class URichTextBlockTextWithBgrDecorator* GetDefaultObj()
{
return GetDefaultObjImpl<URichTextBlockTextWithBgrDecorator>();
}
};
DUMPER7_ASSERTS_URichTextBlockTextWithBgrDecorator;
// Class UCW.StyledRichTextBlock
// 0x0030 (0x08A0 - 0x0870)
class UStyledRichTextBlock : public URichTextBlock
{
public:
TSubclassOf<class UCommonTextScrollStyle> ScrollStyle; // 0x0870(0x0008)(Edit, ZeroConstructor, NoDestructor, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
TSubclassOf<class UCommonTextStyle> TextStyle; // 0x0878(0x0008)(Edit, ZeroConstructor, NoDestructor, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool bCommonFontSize; // 0x0880(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_881[0x3]; // 0x0881(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 FontSize; // 0x0884(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
float MobileTextBlockScale; // 0x0888(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_88C[0x14]; // 0x088C(0x0014)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void SetStyle(TSubclassOf<class UCommonTextStyle> InStyle);
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("StyledRichTextBlock")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"StyledRichTextBlock")
}
static class UStyledRichTextBlock* GetDefaultObj()
{
return GetDefaultObjImpl<UStyledRichTextBlock>();
}
};
DUMPER7_ASSERTS_UStyledRichTextBlock;
// Class UCW.TabBox
// 0x0088 (0x0200 - 0x0178)
class UTabBox final : public UHorizontalBox
{
public:
class UAkAudioEvent* TabsChangeSound; // 0x0178(0x0008)(Edit, BlueprintVisible, ZeroConstructor, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
class UWidgetSwitcher* Switcher; // 0x0180(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, InstancedReference, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
TMulticastInlineDelegate<void(int32 Index, class UWidget* Panel)> OnPanelWillChange; // 0x0188(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_198[0x10]; // 0x0198(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void(int32 Index, class UWidget* Panel)> OnPanelChanged; // 0x01A8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_1B8[0x34]; // 0x01B8(0x0034)(Fixing Size After Last Property [ Dumper-7 ])
bool WrapChangeTab; // 0x01EC(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_1ED[0x3]; // 0x01ED(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
TArray<class UTabButton*> Tabs; // 0x01F0(0x0010)(ExportObject, ZeroConstructor, Transient, ContainsInstancedReference, Protected, NativeAccessSpecifierProtected)
public:
void NextTab();
void PrevTab();
void SelectTab(int32 NewTab, ETabChangeCause ChangeCause);
void SetSwitcher(class UWidgetSwitcher* _Switcher);
int32 GetTabCount() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("TabBox")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"TabBox")
}
static class UTabBox* GetDefaultObj()
{
return GetDefaultObjImpl<UTabBox>();
}
};
DUMPER7_ASSERTS_UTabBox;
// Class UCW.TextButton
// 0x03C0 (0x0E60 - 0x0AA0)
class UTextButton : public UBButton
{
public:
bool _HasChildrenInTheSlot; // 0x0AA0(0x0001)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_AA1[0x7]; // 0x0AA1(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
TSubclassOf<class UCommonTextScrollStyle> ScrollStyle; // 0x0AA8(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoDestructor, ExposeOnSpawn, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FTextButtonStyle TextStyle; // 0x0AB0(0x0340)(Edit, BlueprintVisible, NativeAccessSpecifierPublic)
class FText Text; // 0x0DF0(0x0018)(Edit, NativeAccessSpecifierPublic)
TDelegate<void()> TextDelegate; // 0x0E08(0x0010)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float MinDesiredWidth; // 0x0E18(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ETextJustify Justification; // 0x0E1C(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool AutoWrapText; // 0x0E1D(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_E1E[0x2]; // 0x0E1E(0x0002)(Fixing Size After Last Property [ Dumper-7 ])
float WrapTextAt; // 0x0E20(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ETextWrappingPolicy WrappingPolicy; // 0x0E24(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_E25[0x3]; // 0x0E25(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FMargin Margin; // 0x0E28(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic)
float MobileFontSizeMultiplier; // 0x0E38(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_E3C[0x24]; // 0x0E3C(0x0024)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void ResetScrollState();
void SetText(const class FText& InText);
class FText GetText() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("TextButton")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"TextButton")
}
static class UTextButton* GetDefaultObj()
{
return GetDefaultObjImpl<UTextButton>();
}
};
DUMPER7_ASSERTS_UTextButton;
// Class UCW.TabButton
// 0x0410 (0x1270 - 0x0E60)
class UTabButton final : public UTextButton
{
public:
struct FBButtonStyle ActiveWidgetStyle; // 0x0E60(0x03C0)(Edit, BlueprintVisible, Protected, NativeAccessSpecifierProtected)
uint8 Pad_1220[0x8]; // 0x1220(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void(ETabChangeCause ChangeCause)> OnTabActivated; // 0x1228(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, Protected, NativeAccessSpecifierProtected)
uint8 Pad_1238[0x10]; // 0x1238(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void()> OnTabDeactivated; // 0x1248(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, Protected, NativeAccessSpecifierProtected)
uint8 Pad_1258[0x18]; // 0x1258(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("TabButton")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"TabButton")
}
static class UTabButton* GetDefaultObj()
{
return GetDefaultObjImpl<UTabButton>();
}
};
DUMPER7_ASSERTS_UTabButton;
// Class UCW.UCWTextButtonStyle
// 0x0030 (0x05E0 - 0x05B0)
class UUCWTextButtonStyle final : public UUCWButtonStyle
{
public:
bool bSingleTextStyle; // 0x05A8(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bInheritTextColor; // 0x05A9(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_5AA[0x6]; // 0x05AA(0x0006)(Fixing Size After Last Property [ Dumper-7 ])
TSubclassOf<class UCommonTextStyle> NormalTextStyle; // 0x05B0(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TSubclassOf<class UCommonTextStyle> HoveredTextStyle; // 0x05B8(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TSubclassOf<class UCommonTextStyle> FocusedTextStyle; // 0x05C0(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TSubclassOf<class UCommonTextStyle> PressedTextStyle; // 0x05C8(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TSubclassOf<class UCommonTextStyle> DisabledTextStyle; // 0x05D0(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_5D8[0x8]; // 0x05D8(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
class UCommonTextStyle* GetDisabledTextStyle() const;
class UCommonTextStyle* GetFocusedTextStyle() const;
class UCommonTextStyle* GetHoveredTextStyle() const;
class UCommonTextStyle* GetNormalTextStyle() const;
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("UCWTextButtonStyle")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"UCWTextButtonStyle")
}
static class UUCWTextButtonStyle* GetDefaultObj()
{
return GetDefaultObjImpl<UUCWTextButtonStyle>();
}
};
DUMPER7_ASSERTS_UUCWTextButtonStyle;
// Class UCW.UCWAnimatedSwitcher
// 0x0018 (0x0208 - 0x01F0)
class UUCWAnimatedSwitcher final : public UCommonAnimatedSwitcher
{
public:
bool bAllowSwitchDuringTransition; // 0x01F0(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1F1[0x7]; // 0x01F1(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void(class UWidget* ActiveWidget, int32 ActiveWidgetIndex)> OnActiveWidgetChanged; // 0x01F8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("UCWAnimatedSwitcher")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"UCWAnimatedSwitcher")
}
static class UUCWAnimatedSwitcher* GetDefaultObj()
{
return GetDefaultObjImpl<UUCWAnimatedSwitcher>();
}
};
DUMPER7_ASSERTS_UUCWAnimatedSwitcher;
// Class UCW.UCWCreditsRowWidget
// 0x0000 (0x0278 - 0x0278)
class UUCWCreditsRowWidget : public UUserWidget
{
public:
void OnSetData(const struct FCreditsItem& Item);
void OnSetText(const class FText& Text, const class FText& Text2, const class FText& Text3);
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("UCWCreditsRowWidget")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"UCWCreditsRowWidget")
}
static class UUCWCreditsRowWidget* GetDefaultObj()
{
return GetDefaultObjImpl<UUCWCreditsRowWidget>();
}
};
DUMPER7_ASSERTS_UUCWCreditsRowWidget;
// Class UCW.UCWCreditsImageRowWidget
// 0x0000 (0x0278 - 0x0278)
class UUCWCreditsImageRowWidget : public UUserWidget
{
public:
void OnSetBrush(const struct FSlateBrush& Brush);
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("UCWCreditsImageRowWidget")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"UCWCreditsImageRowWidget")
}
static class UUCWCreditsImageRowWidget* GetDefaultObj()
{
return GetDefaultObjImpl<UUCWCreditsImageRowWidget>();
}
};
DUMPER7_ASSERTS_UUCWCreditsImageRowWidget;
// Class UCW.UCWCreditsBox
// 0x00B0 (0x0228 - 0x0178)
class UUCWCreditsBox final : public UVerticalBox
{
public:
TSoftObjectPtr<class UCreditsConfig> CreditsRowSet; // 0x0178(0x0030)(Edit, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
TMap<ECreditsItemType, TSubclassOf<class UUCWCreditsRowWidget>> RowClasses; // 0x01A8(0x0050)(Edit, BlueprintVisible, BlueprintReadOnly, EditFixedSize, Protected, UObjectWrapper, NativeAccessSpecifierProtected)
TSubclassOf<class UUCWCreditsRowWidget> HeaderWidgetClass; // 0x01F8(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoDestructor, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
TSubclassOf<class UUCWCreditsRowWidget> OneColumnWidgetClass; // 0x0200(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoDestructor, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
TSubclassOf<class UUCWCreditsRowWidget> TwoColumnWidgetClass; // 0x0208(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoDestructor, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
TSubclassOf<class UUCWCreditsRowWidget> ThreeColumnWidgetClass; // 0x0210(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoDestructor, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
TSubclassOf<class UUCWCreditsImageRowWidget> ImageWidgetClass; // 0x0218(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoDestructor, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
float RowSpace; // 0x0220(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool AutoWrapHeader; // 0x0224(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_225[0x3]; // 0x0225(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("UCWCreditsBox")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"UCWCreditsBox")
}
static class UUCWCreditsBox* GetDefaultObj()
{
return GetDefaultObjImpl<UUCWCreditsBox>();
}
};
DUMPER7_ASSERTS_UUCWCreditsBox;
// Class UCW.UCWLazyImage
// 0x0040 (0x0400 - 0x03C0)
class UUCWLazyImage final : public UCommonLazyImage
{
public:
TSoftObjectPtr<class UObject> LazyObject; // 0x03C0(0x0030)(Edit, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool MatchSize; // 0x03F0(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_3F1[0xF]; // 0x03F1(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("UCWLazyImage")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"UCWLazyImage")
}
static class UUCWLazyImage* GetDefaultObj()
{
return GetDefaultObjImpl<UUCWLazyImage>();
}
};
DUMPER7_ASSERTS_UUCWLazyImage;
// Class UCW.UCWListEntryWidget
// 0x0008 (0x0280 - 0x0278)
class UUCWListEntryWidget : public UUserWidget
{
public:
uint8 Pad_278[0x8]; // 0x0278(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void OnHovered();
void OnUnhovered();
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("UCWListEntryWidget")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"UCWListEntryWidget")
}
static class UUCWListEntryWidget* GetDefaultObj()
{
return GetDefaultObjImpl<UUCWListEntryWidget>();
}
};
DUMPER7_ASSERTS_UUCWListEntryWidget;
// Class UCW.UCWListView
// 0x0000 (0x0C20 - 0x0C20)
class UUCWListView final : public UListView
{
public:
void SetEntrySpacing(float InEntrySpacing);
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("UCWListView")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"UCWListView")
}
static class UUCWListView* GetDefaultObj()
{
return GetDefaultObjImpl<UUCWListView>();
}
};
DUMPER7_ASSERTS_UUCWListView;
// Class UCW.UCWProgressWidget
// 0x0010 (0x0288 - 0x0278)
class UUCWProgressWidget : public UUserWidget
{
public:
uint8 Pad_278[0x8]; // 0x0278(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
float Percent; // 0x0280(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_284[0x4]; // 0x0284(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
void InputDeviceChanged();
void OnPercentUpdated(float InPercent);
void SetPercent(float InPercent);
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("UCWProgressWidget")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"UCWProgressWidget")
}
static class UUCWProgressWidget* GetDefaultObj()
{
return GetDefaultObjImpl<UUCWProgressWidget>();
}
};
DUMPER7_ASSERTS_UUCWProgressWidget;
// Class UCW.UCWTabBar
// 0x0088 (0x0200 - 0x0178)
class UUCWTabBar final : public UHorizontalBox
{
public:
class UWidgetSwitcher* Switcher; // 0x0178(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, InstancedReference, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
class UAkAudioEvent* TabsChangeSound; // 0x0180(0x0008)(Edit, BlueprintVisible, ZeroConstructor, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
TSoftClassPtr<class UClass> TabButtonClass; // 0x0188(0x0030)(Edit, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
float InnerSlotPadding; // 0x01B8(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_1BC[0x4]; // 0x01BC(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
TMulticastInlineDelegate<void(class UUCWTabPanel* Panel)> OnTabSelected; // 0x01C0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, Protected, NativeAccessSpecifierProtected)
uint8 Pad_1D0[0x28]; // 0x01D0(0x0028)(Fixing Size After Last Property [ Dumper-7 ])
class UUCWWidgetGroup* TabGroup; // 0x01F8(0x0008)(ZeroConstructor, Transient, NoDestructor, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
public:
void BP_OnTabSelected(class UUCWTabPanel* Panel);
void NextTab();
void PrevTab();
void SelectTab(int32 NewTab, ETabChangeCause ChangeCause);
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("UCWTabBar")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"UCWTabBar")
}
static class UUCWTabBar* GetDefaultObj()
{
return GetDefaultObjImpl<UUCWTabBar>();
}
};
DUMPER7_ASSERTS_UUCWTabBar;
// Class UCW.UCWTabButton
// 0x0018 (0x02C8 - 0x02B0)
class UUCWTabButton : public UUCWButtonBase
{
public:
TSubclassOf<class UUCWButtonStyle> NormalWidgetStyle; // 0x02B0(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoDestructor, Protected, ExposeOnSpawn, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
TSubclassOf<class UUCWButtonStyle> SelectedWidgetStyle; // 0x02B8(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoDestructor, Protected, ExposeOnSpawn, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
class UBButton* Root_but; // 0x02C0(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, InstancedReference, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
public:
void OnTextChanged(const class FText& Text);
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("UCWTabButton")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"UCWTabButton")
}
static class UUCWTabButton* GetDefaultObj()
{
return GetDefaultObjImpl<UUCWTabButton>();
}
};
DUMPER7_ASSERTS_UUCWTabButton;
}