mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
38 lines
792 B
C++
38 lines
792 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: GE_FiendDamageBuff
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "GameplayAbilities_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass GE_FiendDamageBuff.GE_FiendDamageBuff_C
|
|
// 0x0000 (0x05F0 - 0x05F0)
|
|
class UGE_FiendDamageBuff_C final : public UGameplayEffect
|
|
{
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"GE_FiendDamageBuff_C">();
|
|
}
|
|
static class UGE_FiendDamageBuff_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UGE_FiendDamageBuff_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UGE_FiendDamageBuff_C) == 0x000008, "Wrong alignment on UGE_FiendDamageBuff_C");
|
|
static_assert(sizeof(UGE_FiendDamageBuff_C) == 0x0005F0, "Wrong size on UGE_FiendDamageBuff_C");
|
|
|
|
}
|
|
|