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

60 lines
2.7 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: FrontEndRewards_EpicQuest
#include "Basic.hpp"
#include "Engine_structs.hpp"
#include "FortniteUI_classes.hpp"
namespace SDK
{
// WidgetBlueprintGeneratedClass FrontEndRewards_EpicQuest.FrontEndRewards_EpicQuest_C
// 0x0028 (0x0288 - 0x0260)
class UFrontEndRewards_EpicQuest_C final : public UFortRewardNewQuestWidget
{
public:
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0260(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
class UQuestInfo_Widget_C* QuestInfo_Widget; // 0x0268(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UFortQuestItem* Quest; // 0x0270(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
struct FDataTableRowHandle ReplayAction; // 0x0278(0x0010)(Edit, BlueprintVisible, DisableEditOnInstance, NoDestructor)
public:
void ExecuteUbergraph_FrontEndRewards_EpicQuest(int32 EntryPoint);
void OnPrimaryAction();
void Construct();
void TransitionOutBegin();
void TransitionInBegin();
void PopulateFromQuest(class UFortQuestItem* InQuest);
void HandleContinueAction(bool* Committed);
void HandleTransitionInComplete();
void MarkQuestAsSeen();
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"FrontEndRewards_EpicQuest_C">();
}
static class UFrontEndRewards_EpicQuest_C* GetDefaultObj()
{
return GetDefaultObjImpl<UFrontEndRewards_EpicQuest_C>();
}
};
static_assert(alignof(UFrontEndRewards_EpicQuest_C) == 0x000008, "Wrong alignment on UFrontEndRewards_EpicQuest_C");
static_assert(sizeof(UFrontEndRewards_EpicQuest_C) == 0x000288, "Wrong size on UFrontEndRewards_EpicQuest_C");
static_assert(offsetof(UFrontEndRewards_EpicQuest_C, UberGraphFrame) == 0x000260, "Member 'UFrontEndRewards_EpicQuest_C::UberGraphFrame' has a wrong offset!");
static_assert(offsetof(UFrontEndRewards_EpicQuest_C, QuestInfo_Widget) == 0x000268, "Member 'UFrontEndRewards_EpicQuest_C::QuestInfo_Widget' has a wrong offset!");
static_assert(offsetof(UFrontEndRewards_EpicQuest_C, Quest) == 0x000270, "Member 'UFrontEndRewards_EpicQuest_C::Quest' has a wrong offset!");
static_assert(offsetof(UFrontEndRewards_EpicQuest_C, ReplayAction) == 0x000278, "Member 'UFrontEndRewards_EpicQuest_C::ReplayAction' has a wrong offset!");
}