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

69 lines
4.0 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: Rewards_Header
#include "Basic.hpp"
#include "Engine_structs.hpp"
#include "FortniteUI_structs.hpp"
#include "CommonUI_classes.hpp"
#include "FortniteGame_structs.hpp"
namespace SDK
{
// WidgetBlueprintGeneratedClass Rewards_Header.Rewards_Header_C
// 0x0038 (0x0270 - 0x0238)
class URewards_Header_C final : public UCommonUserWidget
{
public:
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0238(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
class UWidgetAnimation* AnimFadeSubHeader; // 0x0240(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor, HasGetValueTypeHash)
class UCommonBorder* BorderSubHeader; // 0x0248(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UCommonTextBlock* TextBlockHeader; // 0x0250(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UCommonTextBlock* TextBlockSubHeader; // 0x0258(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
bool UseSubHeader; // 0x0260(0x0001)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor)
uint8 Pad_261[0x7]; // 0x0261(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UFortRewardNotificationData* Reward; // 0x0268(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
public:
void ExecuteUbergraph_Rewards_Header(int32 EntryPoint);
void PreConstruct(bool IsDesignTime);
void PopulateFromReward(class UFortRewardNotificationData* InReward);
void SetMissionLootLevelText();
void FadeInSubHeader();
void ResetSubHeader();
void PopulateFromRewardType(EFrontEndRewardType Selection, ECollectionBookRewardType CollectionBookRewardType, const class FText& RewardDetailText);
void SetQuestNameText();
void SkipFadeInSubHeaderAnimation();
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"Rewards_Header_C">();
}
static class URewards_Header_C* GetDefaultObj()
{
return GetDefaultObjImpl<URewards_Header_C>();
}
};
static_assert(alignof(URewards_Header_C) == 0x000008, "Wrong alignment on URewards_Header_C");
static_assert(sizeof(URewards_Header_C) == 0x000270, "Wrong size on URewards_Header_C");
static_assert(offsetof(URewards_Header_C, UberGraphFrame) == 0x000238, "Member 'URewards_Header_C::UberGraphFrame' has a wrong offset!");
static_assert(offsetof(URewards_Header_C, AnimFadeSubHeader) == 0x000240, "Member 'URewards_Header_C::AnimFadeSubHeader' has a wrong offset!");
static_assert(offsetof(URewards_Header_C, BorderSubHeader) == 0x000248, "Member 'URewards_Header_C::BorderSubHeader' has a wrong offset!");
static_assert(offsetof(URewards_Header_C, TextBlockHeader) == 0x000250, "Member 'URewards_Header_C::TextBlockHeader' has a wrong offset!");
static_assert(offsetof(URewards_Header_C, TextBlockSubHeader) == 0x000258, "Member 'URewards_Header_C::TextBlockSubHeader' has a wrong offset!");
static_assert(offsetof(URewards_Header_C, UseSubHeader) == 0x000260, "Member 'URewards_Header_C::UseSubHeader' has a wrong offset!");
static_assert(offsetof(URewards_Header_C, Reward) == 0x000268, "Member 'URewards_Header_C::Reward' has a wrong offset!");
}