mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
45 lines
1.5 KiB
C++
45 lines
1.5 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: GCN_Constructor_FeelTheBase_HuskDeath
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "FortniteGame_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass GCN_Constructor_FeelTheBase_HuskDeath.GCN_Constructor_FeelTheBase_HuskDeath_C
|
|
// 0x0008 (0x0088 - 0x0080)
|
|
class UGCN_Constructor_FeelTheBase_HuskDeath_C final : public UFortGameplayCueNotify_Simple
|
|
{
|
|
public:
|
|
float ParticleVelocity; // 0x0080(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
public:
|
|
bool OnExecute(class AActor* MyTarget, const struct FGameplayCueParameters& Parameters) const;
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"GCN_Constructor_FeelTheBase_HuskDeath_C">();
|
|
}
|
|
static class UGCN_Constructor_FeelTheBase_HuskDeath_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UGCN_Constructor_FeelTheBase_HuskDeath_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UGCN_Constructor_FeelTheBase_HuskDeath_C) == 0x000008, "Wrong alignment on UGCN_Constructor_FeelTheBase_HuskDeath_C");
|
|
static_assert(sizeof(UGCN_Constructor_FeelTheBase_HuskDeath_C) == 0x000088, "Wrong size on UGCN_Constructor_FeelTheBase_HuskDeath_C");
|
|
static_assert(offsetof(UGCN_Constructor_FeelTheBase_HuskDeath_C, ParticleVelocity) == 0x000080, "Member 'UGCN_Constructor_FeelTheBase_HuskDeath_C::ParticleVelocity' has a wrong offset!");
|
|
|
|
}
|
|
|