mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
38 lines
691 B
C++
38 lines
691 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: PartySlot
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "FortniteUI_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass PartySlot.PartySlot_C
|
|
// 0x0000 (0x0248 - 0x0248)
|
|
class UPartySlot_C final : public UFortPartySlot
|
|
{
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"PartySlot_C">();
|
|
}
|
|
static class UPartySlot_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UPartySlot_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UPartySlot_C) == 0x000008, "Wrong alignment on UPartySlot_C");
|
|
static_assert(sizeof(UPartySlot_C) == 0x000248, "Wrong size on UPartySlot_C");
|
|
|
|
}
|
|
|