46 lines
1.3 KiB
C++
46 lines
1.3 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: DataTablePlus
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// Class DataTablePlus.NeoEditableCompositeDataTable
|
|
// 0x0028 (0x00D8 - 0x00B0)
|
|
class UNeoEditableCompositeDataTable : public UDataTable
|
|
{
|
|
public:
|
|
TArray<class UNeoEditableCompositeDataTable*> ParentTables; // 0x00B0(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NativeAccessSpecifierPublic)
|
|
TArray<class UNeoEditableCompositeDataTable*> OldParentTables; // 0x00C0(0x0010)(ZeroConstructor, Transient, Protected, NativeAccessSpecifierProtected)
|
|
uint8 Pad_D0[0x8]; // 0x00D0(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
STATIC_CLASS_IMPL("NeoEditableCompositeDataTable")
|
|
}
|
|
static const class FName& StaticName()
|
|
{
|
|
STATIC_NAME_IMPL(L"NeoEditableCompositeDataTable")
|
|
}
|
|
static class UNeoEditableCompositeDataTable* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UNeoEditableCompositeDataTable>();
|
|
}
|
|
};
|
|
DUMPER7_ASSERTS_UNeoEditableCompositeDataTable;
|
|
|
|
}
|
|
|