mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
79 lines
5.3 KiB
C++
79 lines
5.3 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// ENUMS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// STRUCTS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x20 (0x20 - 0x0)
|
|
// ScriptStruct BuildPatchServices.CustomFieldData
|
|
struct FCustomFieldData
|
|
{
|
|
public:
|
|
class FString Key; // 0x0(0x10)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
class FString Value; // 0x10(0x10)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x14 (0x14 - 0x0)
|
|
// ScriptStruct BuildPatchServices.SHAHashData
|
|
struct FSHAHashData
|
|
{
|
|
public:
|
|
uint8 Hash[0x14]; // 0x0(0x14)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x40 (0x40 - 0x0)
|
|
// ScriptStruct BuildPatchServices.ChunkInfoData
|
|
struct FChunkInfoData
|
|
{
|
|
public:
|
|
struct FGuid Guid; // 0x0(0x10)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint64 Hash; // 0x10(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
struct FSHAHashData ShaHash; // 0x18(0x14)(NoDestructor, NativeAccessSpecifierPublic)
|
|
uint8 Pad_1D7F[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
int64 FileSize; // 0x30(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 GroupNumber; // 0x38(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_1D80[0x7]; // Fixing Size Of Struct [ Dumper-7 ]
|
|
};
|
|
|
|
// 0x18 (0x18 - 0x0)
|
|
// ScriptStruct BuildPatchServices.ChunkPartData
|
|
struct FChunkPartData
|
|
{
|
|
public:
|
|
struct FGuid Guid; // 0x0(0x10)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint32 Offset; // 0x10(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint32 Size; // 0x14(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x68 (0x68 - 0x0)
|
|
// ScriptStruct BuildPatchServices.FileManifestData
|
|
struct FFileManifestData
|
|
{
|
|
public:
|
|
class FString Filename; // 0x0(0x10)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
struct FSHAHashData FileHash; // 0x10(0x14)(NoDestructor, NativeAccessSpecifierPublic)
|
|
uint8 Pad_1D8C[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
TArray<struct FChunkPartData> FileChunkParts; // 0x28(0x10)(ZeroConstructor, NativeAccessSpecifierPublic)
|
|
TArray<class FString> InstallTags; // 0x38(0x10)(ZeroConstructor, NativeAccessSpecifierPublic)
|
|
bool bIsUnixExecutable; // 0x48(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_1D8E[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class FString SymlinkTarget; // 0x50(0x10)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
bool bIsReadOnly; // 0x60(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
bool bIsCompressed; // 0x61(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_1D90[0x6]; // Fixing Size Of Struct [ Dumper-7 ]
|
|
};
|
|
|
|
}
|
|
|
|
|