Files
Alphanium/CppSDK/SDK/AnimNotify_Reload_ClipEject_classes.hpp
T

47 lines
1.4 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: AnimNotify_Reload_ClipEject
#include "Basic.hpp"
#include "Engine_classes.hpp"
#pragma pack(push, 0x4)
namespace SDK
{
// BlueprintGeneratedClass AnimNotify_Reload_ClipEject.AnimNotify_Reload_ClipEject_C
// 0x0004 (0x0024 - 0x0020)
class UAnimNotify_Reload_ClipEject_C final : public UAnimNotify
{
public:
class UParticleSystem* Shell_Eject_Particle; // 0x0020(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor)
public:
bool Received_Notify(class USkeletalMeshComponent* MeshComp, class UAnimSequenceBase* Animation) const;
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"AnimNotify_Reload_ClipEject_C">();
}
static class UAnimNotify_Reload_ClipEject_C* GetDefaultObj()
{
return GetDefaultObjImpl<UAnimNotify_Reload_ClipEject_C>();
}
};
static_assert(alignof(UAnimNotify_Reload_ClipEject_C) == 0x000004, "Wrong alignment on UAnimNotify_Reload_ClipEject_C");
static_assert(sizeof(UAnimNotify_Reload_ClipEject_C) == 0x000024, "Wrong size on UAnimNotify_Reload_ClipEject_C");
static_assert(offsetof(UAnimNotify_Reload_ClipEject_C, Shell_Eject_Particle) == 0x000020, "Member 'UAnimNotify_Reload_ClipEject_C::Shell_Eject_Particle' has a wrong offset!");
}
#pragma pack(pop)