mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
62 lines
4.2 KiB
C++
62 lines
4.2 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: BattlePassGiftReceived
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "FortniteUI_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass BattlePassGiftReceived.BattlePassGiftReceived_C
|
|
// 0x0040 (0x03A0 - 0x0360)
|
|
class UBattlePassGiftReceived_C final : public UFortMessageReceivedScreen
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0360(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UWidgetAnimation* Intro; // 0x0368(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor, HasGetValueTypeHash)
|
|
class UCommonTextBlock* Body; // 0x0370(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UCommonLazyImage* CommonLazyImage_0; // 0x0378(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UScrollBox* GiftScrollBox; // 0x0380(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UCommonTextBlock* Header; // 0x0388(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UImage* ImageRarityFlare; // 0x0390(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UIconTextButton_C* ShowNextButton; // 0x0398(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
|
|
public:
|
|
void ExecuteUbergraph_BattlePassGiftReceived(int32 EntryPoint);
|
|
void BndEvt__ShowNextButton_K2Node_ComponentBoundEvent_2_CommonButtonClicked__DelegateSignature(class UCommonButton* Button);
|
|
void Construct();
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"BattlePassGiftReceived_C">();
|
|
}
|
|
static class UBattlePassGiftReceived_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UBattlePassGiftReceived_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UBattlePassGiftReceived_C) == 0x000008, "Wrong alignment on UBattlePassGiftReceived_C");
|
|
static_assert(sizeof(UBattlePassGiftReceived_C) == 0x0003A0, "Wrong size on UBattlePassGiftReceived_C");
|
|
static_assert(offsetof(UBattlePassGiftReceived_C, UberGraphFrame) == 0x000360, "Member 'UBattlePassGiftReceived_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(UBattlePassGiftReceived_C, Intro) == 0x000368, "Member 'UBattlePassGiftReceived_C::Intro' has a wrong offset!");
|
|
static_assert(offsetof(UBattlePassGiftReceived_C, Body) == 0x000370, "Member 'UBattlePassGiftReceived_C::Body' has a wrong offset!");
|
|
static_assert(offsetof(UBattlePassGiftReceived_C, CommonLazyImage_0) == 0x000378, "Member 'UBattlePassGiftReceived_C::CommonLazyImage_0' has a wrong offset!");
|
|
static_assert(offsetof(UBattlePassGiftReceived_C, GiftScrollBox) == 0x000380, "Member 'UBattlePassGiftReceived_C::GiftScrollBox' has a wrong offset!");
|
|
static_assert(offsetof(UBattlePassGiftReceived_C, Header) == 0x000388, "Member 'UBattlePassGiftReceived_C::Header' has a wrong offset!");
|
|
static_assert(offsetof(UBattlePassGiftReceived_C, ImageRarityFlare) == 0x000390, "Member 'UBattlePassGiftReceived_C::ImageRarityFlare' has a wrong offset!");
|
|
static_assert(offsetof(UBattlePassGiftReceived_C, ShowNextButton) == 0x000398, "Member 'UBattlePassGiftReceived_C::ShowNextButton' has a wrong offset!");
|
|
|
|
}
|
|
|