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

74 lines
6.6 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: AthenaNewsTile_Spotlight
#include "Basic.hpp"
#include "Engine_structs.hpp"
#include "FortniteUI_classes.hpp"
namespace SDK
{
// WidgetBlueprintGeneratedClass AthenaNewsTile_Spotlight.AthenaNewsTile_Spotlight_C
// 0x0070 (0x02D0 - 0x0260)
class UAthenaNewsTile_Spotlight_C final : public UFortAthenaNewsTile
{
public:
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0260(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
class UWidgetAnimation* Intro; // 0x0268(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor, HasGetValueTypeHash)
class UIconTextButton_C* Button_Action; // 0x0270(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UCommonLoadGuard* CommonLoadGuard_0; // 0x0278(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UImage* ConfirmSelectionFlash; // 0x0280(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UImage* Fill; // 0x0288(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class USizeBox* GameModeSB; // 0x0290(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UImage* ImageRarityFlare; // 0x0298(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UImage* LoadingImage; // 0x02A0(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UOverlay* LoadingImageOvr; // 0x02A8(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UCommonWidgetSwitcher* LoadSwitcher; // 0x02B0(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UScaleBox* NewsItemScale; // 0x02B8(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class USizeBox* SizeBox_Tile; // 0x02C0(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UVerticalBox* VisibilityBox; // 0x02C8(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
public:
void ExecuteUbergraph_AthenaNewsTile_Spotlight(int32 EntryPoint);
void PlayIntroAnim();
void SetDefaultImage();
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"AthenaNewsTile_Spotlight_C">();
}
static class UAthenaNewsTile_Spotlight_C* GetDefaultObj()
{
return GetDefaultObjImpl<UAthenaNewsTile_Spotlight_C>();
}
};
static_assert(alignof(UAthenaNewsTile_Spotlight_C) == 0x000008, "Wrong alignment on UAthenaNewsTile_Spotlight_C");
static_assert(sizeof(UAthenaNewsTile_Spotlight_C) == 0x0002D0, "Wrong size on UAthenaNewsTile_Spotlight_C");
static_assert(offsetof(UAthenaNewsTile_Spotlight_C, UberGraphFrame) == 0x000260, "Member 'UAthenaNewsTile_Spotlight_C::UberGraphFrame' has a wrong offset!");
static_assert(offsetof(UAthenaNewsTile_Spotlight_C, Intro) == 0x000268, "Member 'UAthenaNewsTile_Spotlight_C::Intro' has a wrong offset!");
static_assert(offsetof(UAthenaNewsTile_Spotlight_C, Button_Action) == 0x000270, "Member 'UAthenaNewsTile_Spotlight_C::Button_Action' has a wrong offset!");
static_assert(offsetof(UAthenaNewsTile_Spotlight_C, CommonLoadGuard_0) == 0x000278, "Member 'UAthenaNewsTile_Spotlight_C::CommonLoadGuard_0' has a wrong offset!");
static_assert(offsetof(UAthenaNewsTile_Spotlight_C, ConfirmSelectionFlash) == 0x000280, "Member 'UAthenaNewsTile_Spotlight_C::ConfirmSelectionFlash' has a wrong offset!");
static_assert(offsetof(UAthenaNewsTile_Spotlight_C, Fill) == 0x000288, "Member 'UAthenaNewsTile_Spotlight_C::Fill' has a wrong offset!");
static_assert(offsetof(UAthenaNewsTile_Spotlight_C, GameModeSB) == 0x000290, "Member 'UAthenaNewsTile_Spotlight_C::GameModeSB' has a wrong offset!");
static_assert(offsetof(UAthenaNewsTile_Spotlight_C, ImageRarityFlare) == 0x000298, "Member 'UAthenaNewsTile_Spotlight_C::ImageRarityFlare' has a wrong offset!");
static_assert(offsetof(UAthenaNewsTile_Spotlight_C, LoadingImage) == 0x0002A0, "Member 'UAthenaNewsTile_Spotlight_C::LoadingImage' has a wrong offset!");
static_assert(offsetof(UAthenaNewsTile_Spotlight_C, LoadingImageOvr) == 0x0002A8, "Member 'UAthenaNewsTile_Spotlight_C::LoadingImageOvr' has a wrong offset!");
static_assert(offsetof(UAthenaNewsTile_Spotlight_C, LoadSwitcher) == 0x0002B0, "Member 'UAthenaNewsTile_Spotlight_C::LoadSwitcher' has a wrong offset!");
static_assert(offsetof(UAthenaNewsTile_Spotlight_C, NewsItemScale) == 0x0002B8, "Member 'UAthenaNewsTile_Spotlight_C::NewsItemScale' has a wrong offset!");
static_assert(offsetof(UAthenaNewsTile_Spotlight_C, SizeBox_Tile) == 0x0002C0, "Member 'UAthenaNewsTile_Spotlight_C::SizeBox_Tile' has a wrong offset!");
static_assert(offsetof(UAthenaNewsTile_Spotlight_C, VisibilityBox) == 0x0002C8, "Member 'UAthenaNewsTile_Spotlight_C::VisibilityBox' has a wrong offset!");
}