Files
Alphanium/CppSDK/SDK/GAB_SploderPickUp_classes.hpp

52 lines
1.4 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: GAB_SploderPickUp
#include "Basic.hpp"
#include "Engine_structs.hpp"
#include "FortniteGame_classes.hpp"
#pragma pack(push, 0x4)
namespace SDK
{
// BlueprintGeneratedClass GAB_SploderPickUp.GAB_SploderPickUp_C
// 0x0004 (0x06E0 - 0x06DC)
class UGAB_SploderPickUp_C final : public UFortGameplayAbility
{
public:
struct FPointerToUberGraphFrame UberGraphFrame; // 0x06DC(0x0004)(ZeroConstructor, Transient, DuplicateTransient)
public:
void ExecuteUbergraph_GAB_SploderPickUp(int32 EntryPoint);
void K2_ActivateAbility();
void OnComplete_6D7FF36B425F86F249431DA4767D2689();
void OnInterrupted_6D7FF36B425F86F249431DA4767D2689();
void OnCancelled_6D7FF36B425F86F249431DA4767D2689();
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"GAB_SploderPickUp_C">();
}
static class UGAB_SploderPickUp_C* GetDefaultObj()
{
return GetDefaultObjImpl<UGAB_SploderPickUp_C>();
}
};
static_assert(alignof(UGAB_SploderPickUp_C) == 0x000004, "Wrong alignment on UGAB_SploderPickUp_C");
static_assert(sizeof(UGAB_SploderPickUp_C) == 0x0006E0, "Wrong size on UGAB_SploderPickUp_C");
static_assert(offsetof(UGAB_SploderPickUp_C, UberGraphFrame) == 0x0006DC, "Member 'UGAB_SploderPickUp_C::UberGraphFrame' has a wrong offset!");
}
#pragma pack(pop)