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