mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
31 lines
1.4 KiB
C++
31 lines
1.4 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// CLASSES
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x20 (0x48 - 0x28)
|
|
// Class WaveTable.WaveTableBank
|
|
class UWaveTableBank : public UObject
|
|
{
|
|
public:
|
|
uint8 Pad_1A44[0x8]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
enum class EWaveTableResolution Resolution; // 0x30(0x1)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
bool bBipolar; // 0x31(0x1)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_1A45[0x6]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
TArray<struct FWaveTableBankEntry> Entries; // 0x38(0x10)(Edit, ZeroConstructor, NativeAccessSpecifierPublic)
|
|
|
|
static class UClass* StaticClass();
|
|
static class UWaveTableBank* GetDefaultObj();
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|