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

47 lines
1.3 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: GA_AthenaEnterVehicle
#include "Basic.hpp"
#include "Engine_structs.hpp"
#include "FortniteGame_classes.hpp"
namespace SDK
{
// BlueprintGeneratedClass GA_AthenaEnterVehicle.GA_AthenaEnterVehicle_C
// 0x0008 (0x0940 - 0x0938)
class UGA_AthenaEnterVehicle_C final : public UFortGameplayAbility
{
public:
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0938(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
public:
void ExecuteUbergraph_GA_AthenaEnterVehicle(int32 EntryPoint);
void K2_ActivateAbility();
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"GA_AthenaEnterVehicle_C">();
}
static class UGA_AthenaEnterVehicle_C* GetDefaultObj()
{
return GetDefaultObjImpl<UGA_AthenaEnterVehicle_C>();
}
};
static_assert(alignof(UGA_AthenaEnterVehicle_C) == 0x000008, "Wrong alignment on UGA_AthenaEnterVehicle_C");
static_assert(sizeof(UGA_AthenaEnterVehicle_C) == 0x000940, "Wrong size on UGA_AthenaEnterVehicle_C");
static_assert(offsetof(UGA_AthenaEnterVehicle_C, UberGraphFrame) == 0x000938, "Member 'UGA_AthenaEnterVehicle_C::UberGraphFrame' has a wrong offset!");
}