Files
UnrealEvent/Aeon-740/SDK/DailyQuestProgressWidget_classes.hpp
2024-10-18 01:01:36 +01:00

65 lines
4.4 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: DailyQuestProgressWidget
#include "Basic.hpp"
#include "Engine_structs.hpp"
#include "CommonUI_classes.hpp"
#include "UMG_structs.hpp"
namespace SDK
{
// WidgetBlueprintGeneratedClass DailyQuestProgressWidget.DailyQuestProgressWidget_C
// 0x0038 (0x0270 - 0x0238)
class UDailyQuestProgressWidget_C final : public UCommonUserWidget
{
public:
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0238(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
class UCommonBorder* BorderXPBar; // 0x0240(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UImage* Check; // 0x0248(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UWidgetSwitcher* CompletionSwitcher; // 0x0250(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UCommonTextBlock* ProgressValue; // 0x0258(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UImage* XpBar; // 0x0260(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
bool ShowText; // 0x0268(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor)
bool ShowBar; // 0x0269(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor)
bool ShowCompletionCheck; // 0x026A(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor)
public:
void ExecuteUbergraph_DailyQuestProgressWidget(int32 EntryPoint);
void Construct();
void Update(int32 Required, int32 Achieved);
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"DailyQuestProgressWidget_C">();
}
static class UDailyQuestProgressWidget_C* GetDefaultObj()
{
return GetDefaultObjImpl<UDailyQuestProgressWidget_C>();
}
};
static_assert(alignof(UDailyQuestProgressWidget_C) == 0x000008, "Wrong alignment on UDailyQuestProgressWidget_C");
static_assert(sizeof(UDailyQuestProgressWidget_C) == 0x000270, "Wrong size on UDailyQuestProgressWidget_C");
static_assert(offsetof(UDailyQuestProgressWidget_C, UberGraphFrame) == 0x000238, "Member 'UDailyQuestProgressWidget_C::UberGraphFrame' has a wrong offset!");
static_assert(offsetof(UDailyQuestProgressWidget_C, BorderXPBar) == 0x000240, "Member 'UDailyQuestProgressWidget_C::BorderXPBar' has a wrong offset!");
static_assert(offsetof(UDailyQuestProgressWidget_C, Check) == 0x000248, "Member 'UDailyQuestProgressWidget_C::Check' has a wrong offset!");
static_assert(offsetof(UDailyQuestProgressWidget_C, CompletionSwitcher) == 0x000250, "Member 'UDailyQuestProgressWidget_C::CompletionSwitcher' has a wrong offset!");
static_assert(offsetof(UDailyQuestProgressWidget_C, ProgressValue) == 0x000258, "Member 'UDailyQuestProgressWidget_C::ProgressValue' has a wrong offset!");
static_assert(offsetof(UDailyQuestProgressWidget_C, XpBar) == 0x000260, "Member 'UDailyQuestProgressWidget_C::XpBar' has a wrong offset!");
static_assert(offsetof(UDailyQuestProgressWidget_C, ShowText) == 0x000268, "Member 'UDailyQuestProgressWidget_C::ShowText' has a wrong offset!");
static_assert(offsetof(UDailyQuestProgressWidget_C, ShowBar) == 0x000269, "Member 'UDailyQuestProgressWidget_C::ShowBar' has a wrong offset!");
static_assert(offsetof(UDailyQuestProgressWidget_C, ShowCompletionCheck) == 0x00026A, "Member 'UDailyQuestProgressWidget_C::ShowCompletionCheck' has a wrong offset!");
}