Files
UnrealEvent/Aeon-740/SDK/GA_Generic_BotTurretExplosion_classes.hpp
2024-10-18 01:01:36 +01:00

52 lines
2.1 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: GA_Generic_BotTurretExplosion
#include "Basic.hpp"
#include "FortniteGame_classes.hpp"
#include "GameplayTags_structs.hpp"
#include "Engine_structs.hpp"
namespace SDK
{
// BlueprintGeneratedClass GA_Generic_BotTurretExplosion.GA_Generic_BotTurretExplosion_C
// 0x0010 (0x0948 - 0x0938)
class UGA_Generic_BotTurretExplosion_C final : public UFortGameplayAbility
{
public:
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0938(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
struct FGameplayTag EC_Explosion; // 0x0940(0x0008)(Edit, BlueprintVisible, DisableEditOnInstance, NoDestructor, HasGetValueTypeHash)
public:
void ExecuteUbergraph_GA_Generic_BotTurretExplosion(int32 EntryPoint);
void Cancelled_0AE6B0594940799A0AB506A647527DAE(const struct FGameplayAbilityTargetDataHandle& TargetData, const struct FGameplayTag& ApplicationTag);
void K2_ActivateAbilityFromEvent(const struct FGameplayEventData& EventData);
void Targeted_0AE6B0594940799A0AB506A647527DAE(const struct FGameplayAbilityTargetDataHandle& TargetData, const struct FGameplayTag& ApplicationTag);
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"GA_Generic_BotTurretExplosion_C">();
}
static class UGA_Generic_BotTurretExplosion_C* GetDefaultObj()
{
return GetDefaultObjImpl<UGA_Generic_BotTurretExplosion_C>();
}
};
static_assert(alignof(UGA_Generic_BotTurretExplosion_C) == 0x000008, "Wrong alignment on UGA_Generic_BotTurretExplosion_C");
static_assert(sizeof(UGA_Generic_BotTurretExplosion_C) == 0x000948, "Wrong size on UGA_Generic_BotTurretExplosion_C");
static_assert(offsetof(UGA_Generic_BotTurretExplosion_C, UberGraphFrame) == 0x000938, "Member 'UGA_Generic_BotTurretExplosion_C::UberGraphFrame' has a wrong offset!");
static_assert(offsetof(UGA_Generic_BotTurretExplosion_C, EC_Explosion) == 0x000940, "Member 'UGA_Generic_BotTurretExplosion_C::EC_Explosion' has a wrong offset!");
}