mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
71 lines
4.6 KiB
C++
71 lines
4.6 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: PrimarySkewButton
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "CommonUI_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass PrimarySkewButton.PrimarySkewButton_C
|
|
// 0x0050 (0x0B80 - 0x0B30)
|
|
class UPrimarySkewButton_C final : public UCommonButton
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0B30(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UWidgetAnimation* Pressed; // 0x0B38(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor, HasGetValueTypeHash)
|
|
class UWidgetAnimation* Hover; // 0x0B40(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor, HasGetValueTypeHash)
|
|
class UCommonTextBlock* CenterButtonTextWidget; // 0x0B48(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UImage* Image_ButtonTop; // 0x0B50(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UImage* Image_Shadow; // 0x0B58(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
bool ToUpper; // 0x0B60(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
bool XL; // 0x0B61(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
uint8 Pad_B62[0x6]; // 0x0B62(0x0006)(Fixing Size After Last Property [ Dumper-7 ])
|
|
class FText ButtonNameText; // 0x0B68(0x0018)(Edit, BlueprintVisible)
|
|
|
|
public:
|
|
void ExecuteUbergraph_PrimarySkewButton(int32 EntryPoint);
|
|
void PreConstruct(bool IsDesignTime);
|
|
void BndEvt__CommonActionWidgetAction_K2Node_ComponentBoundEvent_0_OnInputMethodChanged__DelegateSignature(bool bUsingGamepad);
|
|
void BP_OnClicked();
|
|
void BP_OnUnhovered();
|
|
void BP_OnHovered();
|
|
void Construct();
|
|
struct FEventReply OnMouseButtonDown(const struct FGeometry& MyGeometry, const struct FPointerEvent& MouseEvent);
|
|
struct FEventReply OnMouseButtonUp(const struct FGeometry& MyGeometry, const struct FPointerEvent& MouseEvent);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"PrimarySkewButton_C">();
|
|
}
|
|
static class UPrimarySkewButton_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UPrimarySkewButton_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UPrimarySkewButton_C) == 0x000008, "Wrong alignment on UPrimarySkewButton_C");
|
|
static_assert(sizeof(UPrimarySkewButton_C) == 0x000B80, "Wrong size on UPrimarySkewButton_C");
|
|
static_assert(offsetof(UPrimarySkewButton_C, UberGraphFrame) == 0x000B30, "Member 'UPrimarySkewButton_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(UPrimarySkewButton_C, Pressed) == 0x000B38, "Member 'UPrimarySkewButton_C::Pressed' has a wrong offset!");
|
|
static_assert(offsetof(UPrimarySkewButton_C, Hover) == 0x000B40, "Member 'UPrimarySkewButton_C::Hover' has a wrong offset!");
|
|
static_assert(offsetof(UPrimarySkewButton_C, CenterButtonTextWidget) == 0x000B48, "Member 'UPrimarySkewButton_C::CenterButtonTextWidget' has a wrong offset!");
|
|
static_assert(offsetof(UPrimarySkewButton_C, Image_ButtonTop) == 0x000B50, "Member 'UPrimarySkewButton_C::Image_ButtonTop' has a wrong offset!");
|
|
static_assert(offsetof(UPrimarySkewButton_C, Image_Shadow) == 0x000B58, "Member 'UPrimarySkewButton_C::Image_Shadow' has a wrong offset!");
|
|
static_assert(offsetof(UPrimarySkewButton_C, ToUpper) == 0x000B60, "Member 'UPrimarySkewButton_C::ToUpper' has a wrong offset!");
|
|
static_assert(offsetof(UPrimarySkewButton_C, XL) == 0x000B61, "Member 'UPrimarySkewButton_C::XL' has a wrong offset!");
|
|
static_assert(offsetof(UPrimarySkewButton_C, ButtonNameText) == 0x000B68, "Member 'UPrimarySkewButton_C::ButtonNameText' has a wrong offset!");
|
|
|
|
}
|
|
|