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

56 lines
2.4 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: GA_GenericConsume
#include "Basic.hpp"
#include "Engine_structs.hpp"
#include "GameplayAbilities_structs.hpp"
#include "FortniteGame_classes.hpp"
namespace SDK
{
// BlueprintGeneratedClass GA_GenericConsume.GA_GenericConsume_C
// 0x0020 (0x0958 - 0x0938)
class UGA_GenericConsume_C final : public UFortGameplayAbility
{
public:
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0938(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
class UAnimMontage* MontageToPlay; // 0x0940(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
struct FGameplayEffectSpecHandle GESpecToApply; // 0x0948(0x0010)(Edit, BlueprintVisible, DisableEditOnInstance)
public:
void ExecuteUbergraph_GA_GenericConsume(int32 EntryPoint);
void Cancelled_4BF174EF4ED7A4C301F86F8B87D7E4ED(const struct FGameplayAbilityTargetDataHandle& TargetData, const struct FGameplayTag& ApplicationTag);
void Completed_4BF174EF4ED7A4C301F86F8B87D7E4ED(const struct FGameplayAbilityTargetDataHandle& TargetData, const struct FGameplayTag& ApplicationTag);
void K2_ActivateAbility();
void OnGenericNotifyFromAnimation(const struct FGameplayTag& NotifyTag);
void Triggered_4BF174EF4ED7A4C301F86F8B87D7E4ED(const struct FGameplayAbilityTargetDataHandle& TargetData, const struct FGameplayTag& ApplicationTag);
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"GA_GenericConsume_C">();
}
static class UGA_GenericConsume_C* GetDefaultObj()
{
return GetDefaultObjImpl<UGA_GenericConsume_C>();
}
};
static_assert(alignof(UGA_GenericConsume_C) == 0x000008, "Wrong alignment on UGA_GenericConsume_C");
static_assert(sizeof(UGA_GenericConsume_C) == 0x000958, "Wrong size on UGA_GenericConsume_C");
static_assert(offsetof(UGA_GenericConsume_C, UberGraphFrame) == 0x000938, "Member 'UGA_GenericConsume_C::UberGraphFrame' has a wrong offset!");
static_assert(offsetof(UGA_GenericConsume_C, MontageToPlay) == 0x000940, "Member 'UGA_GenericConsume_C::MontageToPlay' has a wrong offset!");
static_assert(offsetof(UGA_GenericConsume_C, GESpecToApply) == 0x000948, "Member 'UGA_GenericConsume_C::GESpecToApply' has a wrong offset!");
}