mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
72 lines
6.3 KiB
C++
72 lines
6.3 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: AthenaNewsTileSpecialEvent
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "FortniteUI_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass AthenaNewsTileSpecialEvent.AthenaNewsTileSpecialEvent_C
|
|
// 0x0068 (0x02C8 - 0x0260)
|
|
class UAthenaNewsTileSpecialEvent_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* LoadingImage; // 0x0298(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UOverlay* LoadingImageOvr; // 0x02A0(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UCommonWidgetSwitcher* LoadSwitcher; // 0x02A8(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UScaleBox* NewsItemScale; // 0x02B0(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class USizeBox* SizeBox_Tile; // 0x02B8(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UVerticalBox* VisibilityBox; // 0x02C0(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
|
|
public:
|
|
void ExecuteUbergraph_AthenaNewsTileSpecialEvent(int32 EntryPoint);
|
|
void PlayIntroAnim();
|
|
void SetDefaultImage();
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"AthenaNewsTileSpecialEvent_C">();
|
|
}
|
|
static class UAthenaNewsTileSpecialEvent_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UAthenaNewsTileSpecialEvent_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UAthenaNewsTileSpecialEvent_C) == 0x000008, "Wrong alignment on UAthenaNewsTileSpecialEvent_C");
|
|
static_assert(sizeof(UAthenaNewsTileSpecialEvent_C) == 0x0002C8, "Wrong size on UAthenaNewsTileSpecialEvent_C");
|
|
static_assert(offsetof(UAthenaNewsTileSpecialEvent_C, UberGraphFrame) == 0x000260, "Member 'UAthenaNewsTileSpecialEvent_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(UAthenaNewsTileSpecialEvent_C, Intro) == 0x000268, "Member 'UAthenaNewsTileSpecialEvent_C::Intro' has a wrong offset!");
|
|
static_assert(offsetof(UAthenaNewsTileSpecialEvent_C, Button_Action) == 0x000270, "Member 'UAthenaNewsTileSpecialEvent_C::Button_Action' has a wrong offset!");
|
|
static_assert(offsetof(UAthenaNewsTileSpecialEvent_C, CommonLoadGuard_0) == 0x000278, "Member 'UAthenaNewsTileSpecialEvent_C::CommonLoadGuard_0' has a wrong offset!");
|
|
static_assert(offsetof(UAthenaNewsTileSpecialEvent_C, ConfirmSelectionFlash) == 0x000280, "Member 'UAthenaNewsTileSpecialEvent_C::ConfirmSelectionFlash' has a wrong offset!");
|
|
static_assert(offsetof(UAthenaNewsTileSpecialEvent_C, Fill) == 0x000288, "Member 'UAthenaNewsTileSpecialEvent_C::Fill' has a wrong offset!");
|
|
static_assert(offsetof(UAthenaNewsTileSpecialEvent_C, GameModeSB) == 0x000290, "Member 'UAthenaNewsTileSpecialEvent_C::GameModeSB' has a wrong offset!");
|
|
static_assert(offsetof(UAthenaNewsTileSpecialEvent_C, LoadingImage) == 0x000298, "Member 'UAthenaNewsTileSpecialEvent_C::LoadingImage' has a wrong offset!");
|
|
static_assert(offsetof(UAthenaNewsTileSpecialEvent_C, LoadingImageOvr) == 0x0002A0, "Member 'UAthenaNewsTileSpecialEvent_C::LoadingImageOvr' has a wrong offset!");
|
|
static_assert(offsetof(UAthenaNewsTileSpecialEvent_C, LoadSwitcher) == 0x0002A8, "Member 'UAthenaNewsTileSpecialEvent_C::LoadSwitcher' has a wrong offset!");
|
|
static_assert(offsetof(UAthenaNewsTileSpecialEvent_C, NewsItemScale) == 0x0002B0, "Member 'UAthenaNewsTileSpecialEvent_C::NewsItemScale' has a wrong offset!");
|
|
static_assert(offsetof(UAthenaNewsTileSpecialEvent_C, SizeBox_Tile) == 0x0002B8, "Member 'UAthenaNewsTileSpecialEvent_C::SizeBox_Tile' has a wrong offset!");
|
|
static_assert(offsetof(UAthenaNewsTileSpecialEvent_C, VisibilityBox) == 0x0002C0, "Member 'UAthenaNewsTileSpecialEvent_C::VisibilityBox' has a wrong offset!");
|
|
|
|
}
|
|
|