mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-09-03 11:33:31 +00:00
40 lines
925 B
C++
40 lines
925 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: GE_DefaultPlayer_BuildTime
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "GameplayAbilities_classes.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass GE_DefaultPlayer_BuildTime.GE_DefaultPlayer_BuildTime_C
|
|
// 0x0000 (0x0368 - 0x0368)
|
|
class UGE_DefaultPlayer_BuildTime_C final : public UGameplayEffect
|
|
{
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"GE_DefaultPlayer_BuildTime_C">();
|
|
}
|
|
static class UGE_DefaultPlayer_BuildTime_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UGE_DefaultPlayer_BuildTime_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UGE_DefaultPlayer_BuildTime_C) == 0x000004, "Wrong alignment on UGE_DefaultPlayer_BuildTime_C");
|
|
static_assert(sizeof(UGE_DefaultPlayer_BuildTime_C) == 0x000368, "Wrong size on UGE_DefaultPlayer_BuildTime_C");
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|