mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
62 lines
3.2 KiB
C++
62 lines
3.2 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: GA_Athena_Grenade_Rethrow
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "GA_Athena_Grenade_WithTrajectory_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass GA_Athena_Grenade_Rethrow.GA_Athena_Grenade_Rethrow_C
|
|
// 0x0020 (0x0C58 - 0x0C38)
|
|
class UGA_Athena_Grenade_Rethrow_C final : public UGA_Athena_Grenade_WithTrajectory_C
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame_GA_Athena_Grenade_Rethrow_C; // 0x0C38(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class AFortProjectileBase* Projectile; // 0x0C40(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnTemplate, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
float TossDelay; // 0x0C48(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
class FName HolsterId; // 0x0C4C(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
public:
|
|
void ExecuteUbergraph_GA_Athena_Grenade_Rethrow(int32 EntryPoint);
|
|
void K2_OnEndAbility(bool bWasCancelled);
|
|
void AttachProjectile();
|
|
void Cancelled_3B7299CC49B6C5C075996A9C8DDF315F(const struct FGameplayAbilityTargetDataHandle& TargetData, const struct FGameplayTag& ApplicationTag);
|
|
void Completed_3B7299CC49B6C5C075996A9C8DDF315F(const struct FGameplayAbilityTargetDataHandle& TargetData, const struct FGameplayTag& ApplicationTag);
|
|
void DetachProjectile();
|
|
void K2_ActivateAbility();
|
|
void OnFinish_B295E6694DBD8B2B2478A38EA60F5624();
|
|
void Server_SpawnProjectile(const struct FVector& Location, const struct FRotator& Direction);
|
|
void TossGrenade();
|
|
void Triggered_3B7299CC49B6C5C075996A9C8DDF315F(const struct FGameplayAbilityTargetDataHandle& TargetData, const struct FGameplayTag& ApplicationTag);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"GA_Athena_Grenade_Rethrow_C">();
|
|
}
|
|
static class UGA_Athena_Grenade_Rethrow_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UGA_Athena_Grenade_Rethrow_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UGA_Athena_Grenade_Rethrow_C) == 0x000008, "Wrong alignment on UGA_Athena_Grenade_Rethrow_C");
|
|
static_assert(sizeof(UGA_Athena_Grenade_Rethrow_C) == 0x000C58, "Wrong size on UGA_Athena_Grenade_Rethrow_C");
|
|
static_assert(offsetof(UGA_Athena_Grenade_Rethrow_C, UberGraphFrame_GA_Athena_Grenade_Rethrow_C) == 0x000C38, "Member 'UGA_Athena_Grenade_Rethrow_C::UberGraphFrame_GA_Athena_Grenade_Rethrow_C' has a wrong offset!");
|
|
static_assert(offsetof(UGA_Athena_Grenade_Rethrow_C, Projectile) == 0x000C40, "Member 'UGA_Athena_Grenade_Rethrow_C::Projectile' has a wrong offset!");
|
|
static_assert(offsetof(UGA_Athena_Grenade_Rethrow_C, TossDelay) == 0x000C48, "Member 'UGA_Athena_Grenade_Rethrow_C::TossDelay' has a wrong offset!");
|
|
static_assert(offsetof(UGA_Athena_Grenade_Rethrow_C, HolsterId) == 0x000C4C, "Member 'UGA_Athena_Grenade_Rethrow_C::HolsterId' has a wrong offset!");
|
|
|
|
}
|
|
|