Files
ReshadePluginsCore/HellIsUs/SDK/CharlieProfile_classes.hpp
2025-09-16 12:02:37 +02:00

46 lines
1013 B
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: CharlieProfile
#include "Basic.hpp"
#include "Engine_classes.hpp"
#include "CharlieProfile_structs.hpp"
namespace SDK
{
// Class CharlieProfile.CharlieProfileSaveGame
// 0x0188 (0x01B0 - 0x0028)
class UCharlieProfileSaveGame final : public USaveGame
{
public:
struct FCharlieProfileSettings Settings; // 0x0028(0x00F8)(NativeAccessSpecifierPublic)
struct FCharlieProfileAchievements Achievements; // 0x0120(0x0090)(NativeAccessSpecifierPublic)
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("CharlieProfileSaveGame")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"CharlieProfileSaveGame")
}
static class UCharlieProfileSaveGame* GetDefaultObj()
{
return GetDefaultObjImpl<UCharlieProfileSaveGame>();
}
};
DUMPER7_ASSERTS_UCharlieProfileSaveGame;
}