mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
47 lines
1.3 KiB
C++
47 lines
1.3 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: GA_Default_KilledEnemy
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "FortniteGame_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass GA_Default_KilledEnemy.GA_Default_KilledEnemy_C
|
|
// 0x0008 (0x0940 - 0x0938)
|
|
class UGA_Default_KilledEnemy_C final : public UFortGameplayAbility
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0938(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
|
|
public:
|
|
void ExecuteUbergraph_GA_Default_KilledEnemy(int32 EntryPoint);
|
|
void K2_ActivateAbilityFromEvent(const struct FGameplayEventData& EventData);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"GA_Default_KilledEnemy_C">();
|
|
}
|
|
static class UGA_Default_KilledEnemy_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UGA_Default_KilledEnemy_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UGA_Default_KilledEnemy_C) == 0x000008, "Wrong alignment on UGA_Default_KilledEnemy_C");
|
|
static_assert(sizeof(UGA_Default_KilledEnemy_C) == 0x000940, "Wrong size on UGA_Default_KilledEnemy_C");
|
|
static_assert(offsetof(UGA_Default_KilledEnemy_C, UberGraphFrame) == 0x000938, "Member 'UGA_Default_KilledEnemy_C::UberGraphFrame' has a wrong offset!");
|
|
|
|
}
|
|
|