Files
Alphanium/CppSDK/SDK/GET_ModifyDamage_classes.hpp

40 lines
809 B
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: GET_ModifyDamage
#include "Basic.hpp"
#include "GameplayAbilities_classes.hpp"
#pragma pack(push, 0x4)
namespace SDK
{
// BlueprintGeneratedClass GET_ModifyDamage.GET_ModifyDamage_C
// 0x0000 (0x0368 - 0x0368)
class UGET_ModifyDamage_C : public UGameplayEffect
{
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"GET_ModifyDamage_C">();
}
static class UGET_ModifyDamage_C* GetDefaultObj()
{
return GetDefaultObjImpl<UGET_ModifyDamage_C>();
}
};
static_assert(alignof(UGET_ModifyDamage_C) == 0x000004, "Wrong alignment on UGET_ModifyDamage_C");
static_assert(sizeof(UGET_ModifyDamage_C) == 0x000368, "Wrong size on UGET_ModifyDamage_C");
}
#pragma pack(pop)