mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 19:16:45 +00:00
53 lines
1.9 KiB
C++
53 lines
1.9 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: TutorialOverlay
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "FortniteUI_classes.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass TutorialOverlay.TutorialOverlay_C
|
|
// 0x000C (0x0260 - 0x0254)
|
|
class UTutorialOverlay_C final : public UFortTutorialOverlay
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0254(0x0004)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UNamedSlot* NativeWidgets; // 0x0258(0x0004)(BlueprintVisible, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor)
|
|
class UTutorialScreen_C* TutorialScreen; // 0x025C(0x0004)(BlueprintVisible, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor)
|
|
|
|
public:
|
|
void ExecuteUbergraph_TutorialOverlay(int32 EntryPoint);
|
|
void Construct();
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"TutorialOverlay_C">();
|
|
}
|
|
static class UTutorialOverlay_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UTutorialOverlay_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UTutorialOverlay_C) == 0x000004, "Wrong alignment on UTutorialOverlay_C");
|
|
static_assert(sizeof(UTutorialOverlay_C) == 0x000260, "Wrong size on UTutorialOverlay_C");
|
|
static_assert(offsetof(UTutorialOverlay_C, UberGraphFrame) == 0x000254, "Member 'UTutorialOverlay_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(UTutorialOverlay_C, NativeWidgets) == 0x000258, "Member 'UTutorialOverlay_C::NativeWidgets' has a wrong offset!");
|
|
static_assert(offsetof(UTutorialOverlay_C, TutorialScreen) == 0x00025C, "Member 'UTutorialOverlay_C::TutorialScreen' has a wrong offset!");
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|