PalWorld-NetCrack/SDK/BuildPatchServices_classes.hpp
2024-01-22 14:43:11 +08:00

41 lines
3.1 KiB
C++

#pragma once
// Dumped with Dumper-7!
namespace SDK
{
//---------------------------------------------------------------------------------------------------------------------
// CLASSES
//---------------------------------------------------------------------------------------------------------------------
// 0xF8 (0x120 - 0x28)
// Class BuildPatchServices.BuildPatchManifest
class UBuildPatchManifest : public UObject
{
public:
uint8 ManifestFileVersion; // 0x28(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bIsFileData; // 0x29(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1D78[0x2]; // Fixing Size After Last Property [ Dumper-7 ]
uint32 AppID; // 0x2C(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FString AppName; // 0x30(0x10)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FString BuildVersion; // 0x40(0x10)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FString LaunchExe; // 0x50(0x10)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FString LaunchCommand; // 0x60(0x10)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TSet<class FString> PrereqIds; // 0x70(0x50)(NativeAccessSpecifierPublic)
class FString PrereqName; // 0xC0(0x10)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FString PrereqPath; // 0xD0(0x10)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FString PrereqArgs; // 0xE0(0x10)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<struct FFileManifestData> FileManifestList; // 0xF0(0x10)(ZeroConstructor, NativeAccessSpecifierPublic)
TArray<struct FChunkInfoData> ChunkList; // 0x100(0x10)(ZeroConstructor, NativeAccessSpecifierPublic)
TArray<struct FCustomFieldData> CustomFields; // 0x110(0x10)(ZeroConstructor, NativeAccessSpecifierPublic)
static class UClass* StaticClass();
static class UBuildPatchManifest* GetDefaultObj();
};
}