PalWorld-NetCrack/libs/SDKLibrary/SDK/NetCore_classes.hpp
NightFyre 9a743d2b16 toggle fullbright feature
- Adjusted SDK UGameViewportClient class members and padding
- Created helper function to get local player
- precompile headers for SDK
- SDK made into a static library ( single compile as its never changed )
2024-01-29 06:39:29 -05:00

55 lines
2.1 KiB
C++

#pragma once
// Dumped with Dumper-7!
namespace SDK
{
//---------------------------------------------------------------------------------------------------------------------
// CLASSES
//---------------------------------------------------------------------------------------------------------------------
// 0x10 (0x38 - 0x28)
// Class NetCore.NetAnalyticsAggregatorConfig
class UNetAnalyticsAggregatorConfig : public UObject
{
public:
TArray<struct FNetAnalyticsDataConfig> NetAnalyticsData; // 0x28(0x10)(ZeroConstructor, Config, NativeAccessSpecifierPublic)
static class UClass* StaticClass();
static class UNetAnalyticsAggregatorConfig* GetDefaultObj();
};
// 0x40 (0x68 - 0x28)
// Class NetCore.StatePerObjectConfig
class UStatePerObjectConfig : public UObject
{
public:
uint8 Pad_D8E[0x28]; // Fixing Size After Last Property [ Dumper-7 ]
class FString PerObjectConfigSection; // 0x50(0x10)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
bool bEnabled; // 0x60(0x1)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_D91[0x7]; // Fixing Size Of Struct [ Dumper-7 ]
static class UClass* StaticClass();
static class UStatePerObjectConfig* GetDefaultObj();
};
// 0x20 (0x88 - 0x68)
// Class NetCore.EscalationManagerConfig
class UEscalationManagerConfig : public UStatePerObjectConfig
{
public:
TArray<class FString> EscalationSeverity; // 0x68(0x10)(ZeroConstructor, Config, NativeAccessSpecifierPublic)
uint8 Pad_D96[0x10]; // Fixing Size Of Struct [ Dumper-7 ]
static class UClass* StaticClass();
static class UEscalationManagerConfig* GetDefaultObj();
};
}