mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-09-03 03:23:34 +00:00
50 lines
1.7 KiB
C++
50 lines
1.7 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: AnimNotify_PlayFeedbackLine
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "FortniteGame_structs.hpp"
|
|
#include "Engine_classes.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass AnimNotify_PlayFeedbackLine.AnimNotify_PlayFeedbackLine_C
|
|
// 0x0014 (0x0034 - 0x0020)
|
|
class UAnimNotify_PlayFeedbackLine_C final : public UAnimNotify
|
|
{
|
|
public:
|
|
struct FFortFeedbackHandle Event; // 0x0020(0x0010)(Edit, BlueprintVisible)
|
|
bool bAllowReplication; // 0x0030(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
public:
|
|
bool Received_Notify(class USkeletalMeshComponent* MeshComp, class UAnimSequenceBase* Animation);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"AnimNotify_PlayFeedbackLine_C">();
|
|
}
|
|
static class UAnimNotify_PlayFeedbackLine_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UAnimNotify_PlayFeedbackLine_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UAnimNotify_PlayFeedbackLine_C) == 0x000004, "Wrong alignment on UAnimNotify_PlayFeedbackLine_C");
|
|
static_assert(sizeof(UAnimNotify_PlayFeedbackLine_C) == 0x000034, "Wrong size on UAnimNotify_PlayFeedbackLine_C");
|
|
static_assert(offsetof(UAnimNotify_PlayFeedbackLine_C, Event) == 0x000020, "Member 'UAnimNotify_PlayFeedbackLine_C::Event' has a wrong offset!");
|
|
static_assert(offsetof(UAnimNotify_PlayFeedbackLine_C, bAllowReplication) == 0x000030, "Member 'UAnimNotify_PlayFeedbackLine_C::bAllowReplication' has a wrong offset!");
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|