Files
UnrealEvent/Aeon-740/SDK/AnimNotify_FootStep_Left_classes.hpp
2024-10-18 01:01:36 +01:00

38 lines
867 B
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: AnimNotify_FootStep_Left
#include "Basic.hpp"
#include "AnimNotify_FootStep_classes.hpp"
namespace SDK
{
// BlueprintGeneratedClass AnimNotify_FootStep_Left.AnimNotify_FootStep_Left_C
// 0x0000 (0x0040 - 0x0040)
class UAnimNotify_FootStep_Left_C final : public UAnimNotify_FootStep_C
{
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"AnimNotify_FootStep_Left_C">();
}
static class UAnimNotify_FootStep_Left_C* GetDefaultObj()
{
return GetDefaultObjImpl<UAnimNotify_FootStep_Left_C>();
}
};
static_assert(alignof(UAnimNotify_FootStep_Left_C) == 0x000008, "Wrong alignment on UAnimNotify_FootStep_Left_C");
static_assert(sizeof(UAnimNotify_FootStep_Left_C) == 0x000040, "Wrong size on UAnimNotify_FootStep_Left_C");
}