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

42 lines
1.5 KiB
C++

#pragma once
// Dumped with Dumper-7!
namespace SDK
{
//---------------------------------------------------------------------------------------------------------------------
// CLASSES
//---------------------------------------------------------------------------------------------------------------------
// 0x20 (0xB8 - 0x98)
// Class DataflowEngine.DataflowEdNode
class UDataflowEdNode : public UEdGraphNode
{
public:
uint8 Pad_1EA5[0x20]; // Fixing Size Of Struct [ Dumper-7 ]
static class UClass* StaticClass();
static class UDataflowEdNode* GetDefaultObj();
};
// 0x28 (0x88 - 0x60)
// Class DataflowEngine.Dataflow
class UDataflow : public UEdGraph
{
public:
uint8 Pad_1EAA[0x10]; // Fixing Size After Last Property [ Dumper-7 ]
bool bActive; // 0x70(0x1)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1EAC[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
TArray<class UObject*> Targets; // 0x78(0x10)(Edit, ZeroConstructor, AdvancedDisplay, UObjectWrapper, NativeAccessSpecifierPublic)
static class UClass* StaticClass();
static class UDataflow* GetDefaultObj();
};
}