mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-09-02 19:17:04 +00:00
52 lines
1.6 KiB
C++
52 lines
1.6 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: GA_DefaultPlayer_InteractUse
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "FortniteGame_classes.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// GameplayAbilityBlueprintGeneratedClass GA_DefaultPlayer_InteractUse.GA_DefaultPlayer_InteractUse_C
|
|
// 0x0004 (0x06E0 - 0x06DC)
|
|
class UGA_DefaultPlayer_InteractUse_C final : public UFortGameplayAbility
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x06DC(0x0004)(ZeroConstructor, Transient, DuplicateTransient)
|
|
|
|
public:
|
|
void ExecuteUbergraph_GA_DefaultPlayer_InteractUse(int32 EntryPoint);
|
|
void K2_ActivateAbility();
|
|
void OnComplete_A513E1E044E129CC612DF5A23589BC9C();
|
|
void OnInterrupted_A513E1E044E129CC612DF5A23589BC9C();
|
|
void OnCancelled_A513E1E044E129CC612DF5A23589BC9C();
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"GA_DefaultPlayer_InteractUse_C">();
|
|
}
|
|
static class UGA_DefaultPlayer_InteractUse_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UGA_DefaultPlayer_InteractUse_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UGA_DefaultPlayer_InteractUse_C) == 0x000004, "Wrong alignment on UGA_DefaultPlayer_InteractUse_C");
|
|
static_assert(sizeof(UGA_DefaultPlayer_InteractUse_C) == 0x0006E0, "Wrong size on UGA_DefaultPlayer_InteractUse_C");
|
|
static_assert(offsetof(UGA_DefaultPlayer_InteractUse_C, UberGraphFrame) == 0x0006DC, "Member 'UGA_DefaultPlayer_InteractUse_C::UberGraphFrame' has a wrong offset!");
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|