mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-09-02 19:17:04 +00:00
57 lines
2.5 KiB
C++
57 lines
2.5 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: SlateContentCalloutMenu
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "FortniteUI_structs.hpp"
|
|
#include "UMG_classes.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass SlateContentCalloutMenu.SlateContentCalloutMenu_C
|
|
// 0x0010 (0x01C8 - 0x01B8)
|
|
class USlateContentCalloutMenu_C final : public UUserWidget
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x01B8(0x0004)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UFortLegacySlateBridgeWidget* _Slate_Widget__Menu_Content; // 0x01BC(0x0004)(BlueprintVisible, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor)
|
|
class USizeBox* SizeBoxContent; // 0x01C0(0x0004)(BlueprintVisible, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor)
|
|
EFortLegacySlateWidget SlateWidgetType; // 0x01C4(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, ExposeOnSpawn)
|
|
|
|
public:
|
|
void ExecuteUbergraph_SlateContentCalloutMenu(int32 EntryPoint);
|
|
void Construct();
|
|
void Get_Size_Box(class USizeBox** Size_Box);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"SlateContentCalloutMenu_C">();
|
|
}
|
|
static class USlateContentCalloutMenu_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<USlateContentCalloutMenu_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(USlateContentCalloutMenu_C) == 0x000004, "Wrong alignment on USlateContentCalloutMenu_C");
|
|
static_assert(sizeof(USlateContentCalloutMenu_C) == 0x0001C8, "Wrong size on USlateContentCalloutMenu_C");
|
|
static_assert(offsetof(USlateContentCalloutMenu_C, UberGraphFrame) == 0x0001B8, "Member 'USlateContentCalloutMenu_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(USlateContentCalloutMenu_C, _Slate_Widget__Menu_Content) == 0x0001BC, "Member 'USlateContentCalloutMenu_C::_Slate_Widget__Menu_Content' has a wrong offset!");
|
|
static_assert(offsetof(USlateContentCalloutMenu_C, SizeBoxContent) == 0x0001C0, "Member 'USlateContentCalloutMenu_C::SizeBoxContent' has a wrong offset!");
|
|
static_assert(offsetof(USlateContentCalloutMenu_C, SlateWidgetType) == 0x0001C4, "Member 'USlateContentCalloutMenu_C::SlateWidgetType' has a wrong offset!");
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|