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

54 lines
1.9 KiB
C++

#pragma once
// Dumped with Dumper-7!
namespace SDK
{
//---------------------------------------------------------------------------------------------------------------------
// ENUMS
//---------------------------------------------------------------------------------------------------------------------
//---------------------------------------------------------------------------------------------------------------------
// STRUCTS
//---------------------------------------------------------------------------------------------------------------------
// 0xD0 (0xD0 - 0x0)
// ScriptStruct DataflowCore.DataflowNode
struct FDataflowNode
{
public:
uint8 Pad_22A2[0xC8]; // Fixing Size After Last Property [ Dumper-7 ]
bool bActive; // 0xC8(0x1)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_22A3[0x7]; // Fixing Size Of Struct [ Dumper-7 ]
};
// 0x40 (0x40 - 0x0)
// ScriptStruct DataflowCore.DataflowConnection
struct FDataflowConnection
{
public:
uint8 Pad_22A5[0x40]; // Fixing Size Of Struct [ Dumper-7 ]
};
// 0x8 (0x48 - 0x40)
// ScriptStruct DataflowCore.DataflowInput
struct FDataflowInput : public FDataflowConnection
{
public:
uint8 Pad_22A6[0x8]; // Fixing Size Of Struct [ Dumper-7 ]
};
// 0x28 (0x68 - 0x40)
// ScriptStruct DataflowCore.DataflowOutput
struct FDataflowOutput : public FDataflowConnection
{
public:
uint8 Pad_22A8[0x28]; // Fixing Size Of Struct [ Dumper-7 ]
};
}