mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
38 lines
855 B
C++
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");
|
|
|
|
}
|
|
|