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

38 lines
841 B
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: Border_Pass_Lobby_Heist
#include "Basic.hpp"
#include "CommonUI_classes.hpp"
namespace SDK
{
// BlueprintGeneratedClass Border_Pass_Lobby_Heist.Border_Pass_Lobby_Heist_C
// 0x0000 (0x00B0 - 0x00B0)
class UBorder_Pass_Lobby_Heist_C final : public UCommonBorderStyle
{
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"Border_Pass_Lobby_Heist_C">();
}
static class UBorder_Pass_Lobby_Heist_C* GetDefaultObj()
{
return GetDefaultObjImpl<UBorder_Pass_Lobby_Heist_C>();
}
};
static_assert(alignof(UBorder_Pass_Lobby_Heist_C) == 0x000008, "Wrong alignment on UBorder_Pass_Lobby_Heist_C");
static_assert(sizeof(UBorder_Pass_Lobby_Heist_C) == 0x0000B0, "Wrong size on UBorder_Pass_Lobby_Heist_C");
}