Add Unreal Engine SDK
This commit is contained in:
63
VampireTMBL2/SDK/PacketHandler_classes.hpp
Normal file
63
VampireTMBL2/SDK/PacketHandler_classes.hpp
Normal file
@@ -0,0 +1,63 @@
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* SDK generated by Dumper-7
|
||||
*
|
||||
* https://github.com/Encryqed/Dumper-7
|
||||
*/
|
||||
|
||||
// Package: PacketHandler
|
||||
|
||||
#include "Basic.hpp"
|
||||
|
||||
#include "CoreUObject_classes.hpp"
|
||||
|
||||
|
||||
namespace SDK
|
||||
{
|
||||
|
||||
// Class PacketHandler.HandlerComponentFactory
|
||||
// 0x0000 (0x0028 - 0x0028)
|
||||
class UHandlerComponentFactory : public UObject
|
||||
{
|
||||
public:
|
||||
static class UClass* StaticClass()
|
||||
{
|
||||
STATIC_CLASS_IMPL("HandlerComponentFactory")
|
||||
}
|
||||
static const class FName& StaticName()
|
||||
{
|
||||
STATIC_NAME_IMPL(L"HandlerComponentFactory")
|
||||
}
|
||||
static class UHandlerComponentFactory* GetDefaultObj()
|
||||
{
|
||||
return GetDefaultObjImpl<UHandlerComponentFactory>();
|
||||
}
|
||||
};
|
||||
DUMPER7_ASSERTS_UHandlerComponentFactory;
|
||||
|
||||
// Class PacketHandler.PacketHandlerProfileConfig
|
||||
// 0x0010 (0x0038 - 0x0028)
|
||||
class UPacketHandlerProfileConfig final : public UObject
|
||||
{
|
||||
public:
|
||||
TArray<class FString> Components; // 0x0028(0x0010)(ZeroConstructor, Config, NativeAccessSpecifierPublic)
|
||||
|
||||
public:
|
||||
static class UClass* StaticClass()
|
||||
{
|
||||
STATIC_CLASS_IMPL("PacketHandlerProfileConfig")
|
||||
}
|
||||
static const class FName& StaticName()
|
||||
{
|
||||
STATIC_NAME_IMPL(L"PacketHandlerProfileConfig")
|
||||
}
|
||||
static class UPacketHandlerProfileConfig* GetDefaultObj()
|
||||
{
|
||||
return GetDefaultObjImpl<UPacketHandlerProfileConfig>();
|
||||
}
|
||||
};
|
||||
DUMPER7_ASSERTS_UPacketHandlerProfileConfig;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user