mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
38 lines
978 B
C++
38 lines
978 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: V3_PlayerCameraModeTargetingScope
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "V3_PlayerCameraModeRanged_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass v3_PlayerCameraModeTargetingScope.v3_PlayerCameraModeTargetingScope_C
|
|
// 0x0000 (0x0C50 - 0x0C50)
|
|
class UV3_PlayerCameraModeTargetingScope_C final : public UV3_PlayerCameraModeRanged_C
|
|
{
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"v3_PlayerCameraModeTargetingScope_C">();
|
|
}
|
|
static class UV3_PlayerCameraModeTargetingScope_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UV3_PlayerCameraModeTargetingScope_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UV3_PlayerCameraModeTargetingScope_C) == 0x000010, "Wrong alignment on UV3_PlayerCameraModeTargetingScope_C");
|
|
static_assert(sizeof(UV3_PlayerCameraModeTargetingScope_C) == 0x000C50, "Wrong size on UV3_PlayerCameraModeTargetingScope_C");
|
|
|
|
}
|
|
|