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

63 lines
4.1 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: DailyRewardsSchedule
#include "Basic.hpp"
#include "Engine_structs.hpp"
#include "FortniteUI_classes.hpp"
namespace SDK
{
// WidgetBlueprintGeneratedClass DailyRewardsSchedule.DailyRewardsSchedule_C
// 0x0038 (0x0308 - 0x02D0)
class UDailyRewardsSchedule_C final : public UFortDailyRewardsSchedule
{
public:
struct FPointerToUberGraphFrame UberGraphFrame; // 0x02D0(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
class UCommonTextBlock* AvailableRewards; // 0x02D8(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UHorizontalBox* DailyRewardsBox; // 0x02E0(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UHorizontalBox* EpicRewardsBox; // 0x02E8(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UCommonTextBlock* ScheduleTitle; // 0x02F0(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UCommonTextBlock* UpcomingText; // 0x02F8(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
int32 NumMaxEpicRewards; // 0x0300(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
int32 Length_Of_Week; // 0x0304(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
public:
void ExecuteUbergraph_DailyRewardsSchedule(int32 EntryPoint);
void PreConstruct(bool IsDesignTime);
void Construct();
void Destruct();
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"DailyRewardsSchedule_C">();
}
static class UDailyRewardsSchedule_C* GetDefaultObj()
{
return GetDefaultObjImpl<UDailyRewardsSchedule_C>();
}
};
static_assert(alignof(UDailyRewardsSchedule_C) == 0x000008, "Wrong alignment on UDailyRewardsSchedule_C");
static_assert(sizeof(UDailyRewardsSchedule_C) == 0x000308, "Wrong size on UDailyRewardsSchedule_C");
static_assert(offsetof(UDailyRewardsSchedule_C, UberGraphFrame) == 0x0002D0, "Member 'UDailyRewardsSchedule_C::UberGraphFrame' has a wrong offset!");
static_assert(offsetof(UDailyRewardsSchedule_C, AvailableRewards) == 0x0002D8, "Member 'UDailyRewardsSchedule_C::AvailableRewards' has a wrong offset!");
static_assert(offsetof(UDailyRewardsSchedule_C, DailyRewardsBox) == 0x0002E0, "Member 'UDailyRewardsSchedule_C::DailyRewardsBox' has a wrong offset!");
static_assert(offsetof(UDailyRewardsSchedule_C, EpicRewardsBox) == 0x0002E8, "Member 'UDailyRewardsSchedule_C::EpicRewardsBox' has a wrong offset!");
static_assert(offsetof(UDailyRewardsSchedule_C, ScheduleTitle) == 0x0002F0, "Member 'UDailyRewardsSchedule_C::ScheduleTitle' has a wrong offset!");
static_assert(offsetof(UDailyRewardsSchedule_C, UpcomingText) == 0x0002F8, "Member 'UDailyRewardsSchedule_C::UpcomingText' has a wrong offset!");
static_assert(offsetof(UDailyRewardsSchedule_C, NumMaxEpicRewards) == 0x000300, "Member 'UDailyRewardsSchedule_C::NumMaxEpicRewards' has a wrong offset!");
static_assert(offsetof(UDailyRewardsSchedule_C, Length_Of_Week) == 0x000304, "Member 'UDailyRewardsSchedule_C::Length_Of_Week' has a wrong offset!");
}