Files
ReshadePluginsCore/Reanimal/SDK/TarsierCore_classes.hpp
2026-03-06 01:33:02 +01:00

124 lines
2.8 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: TarsierCore
#include "Basic.hpp"
#include "CoreUObject_classes.hpp"
namespace SDK
{
// Class TarsierCore.OpenMethodsTest_Animal
// 0x0010 (0x0038 - 0x0028)
class UOpenMethodsTest_Animal : public UObject
{
public:
uint8 Pad_28[0x10]; // 0x0028(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("OpenMethodsTest_Animal")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"OpenMethodsTest_Animal")
}
static class UOpenMethodsTest_Animal* GetDefaultObj()
{
return GetDefaultObjImpl<UOpenMethodsTest_Animal>();
}
};
DUMPER7_ASSERTS_UOpenMethodsTest_Animal;
// Class TarsierCore.OpenMethodsTest_Cat
// 0x0000 (0x0038 - 0x0038)
class UOpenMethodsTest_Cat final : public UOpenMethodsTest_Animal
{
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("OpenMethodsTest_Cat")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"OpenMethodsTest_Cat")
}
static class UOpenMethodsTest_Cat* GetDefaultObj()
{
return GetDefaultObjImpl<UOpenMethodsTest_Cat>();
}
};
DUMPER7_ASSERTS_UOpenMethodsTest_Cat;
// Class TarsierCore.OpenMethodsTest_Dog
// 0x0000 (0x0038 - 0x0038)
class UOpenMethodsTest_Dog final : public UOpenMethodsTest_Animal
{
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("OpenMethodsTest_Dog")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"OpenMethodsTest_Dog")
}
static class UOpenMethodsTest_Dog* GetDefaultObj()
{
return GetDefaultObjImpl<UOpenMethodsTest_Dog>();
}
};
DUMPER7_ASSERTS_UOpenMethodsTest_Dog;
// Class TarsierCore.OpenMethodsTest_Hedgehog
// 0x0000 (0x0038 - 0x0038)
class UOpenMethodsTest_Hedgehog final : public UOpenMethodsTest_Animal
{
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("OpenMethodsTest_Hedgehog")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"OpenMethodsTest_Hedgehog")
}
static class UOpenMethodsTest_Hedgehog* GetDefaultObj()
{
return GetDefaultObjImpl<UOpenMethodsTest_Hedgehog>();
}
};
DUMPER7_ASSERTS_UOpenMethodsTest_Hedgehog;
// Class TarsierCore.DummyUniqueObjectPtrTestClass
// 0x0000 (0x0028 - 0x0028)
class UDummyUniqueObjectPtrTestClass final : public UObject
{
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("DummyUniqueObjectPtrTestClass")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"DummyUniqueObjectPtrTestClass")
}
static class UDummyUniqueObjectPtrTestClass* GetDefaultObj()
{
return GetDefaultObjImpl<UDummyUniqueObjectPtrTestClass>();
}
};
DUMPER7_ASSERTS_UDummyUniqueObjectPtrTestClass;
}