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

38 lines
855 B
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: CameraShake_ZipLineAttach
#include "Basic.hpp"
#include "Engine_classes.hpp"
namespace SDK
{
// BlueprintGeneratedClass CameraShake_ZipLineAttach.CameraShake_ZipLineAttach_C
// 0x0000 (0x0160 - 0x0160)
class UCameraShake_ZipLineAttach_C final : public UCameraShake
{
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"CameraShake_ZipLineAttach_C">();
}
static class UCameraShake_ZipLineAttach_C* GetDefaultObj()
{
return GetDefaultObjImpl<UCameraShake_ZipLineAttach_C>();
}
};
static_assert(alignof(UCameraShake_ZipLineAttach_C) == 0x000008, "Wrong alignment on UCameraShake_ZipLineAttach_C");
static_assert(sizeof(UCameraShake_ZipLineAttach_C) == 0x000160, "Wrong size on UCameraShake_ZipLineAttach_C");
}