mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-09-02 11:33:28 +00:00
47 lines
1.3 KiB
C++
47 lines
1.3 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: WebBrowser
|
|
|
|
#include "Basic.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// ScriptStruct WebBrowser.WebJSCallbackBase
|
|
// 0x0018 (0x0018 - 0x0000)
|
|
struct alignas(0x04) FWebJSCallbackBase
|
|
{
|
|
public:
|
|
uint8 Pad_0[0x18]; // 0x0000(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|
};
|
|
static_assert(alignof(FWebJSCallbackBase) == 0x000004, "Wrong alignment on FWebJSCallbackBase");
|
|
static_assert(sizeof(FWebJSCallbackBase) == 0x000018, "Wrong size on FWebJSCallbackBase");
|
|
|
|
// ScriptStruct WebBrowser.WebJSResponse
|
|
// 0x0000 (0x0018 - 0x0018)
|
|
struct FWebJSResponse final : public FWebJSCallbackBase
|
|
{
|
|
};
|
|
static_assert(alignof(FWebJSResponse) == 0x000004, "Wrong alignment on FWebJSResponse");
|
|
static_assert(sizeof(FWebJSResponse) == 0x000018, "Wrong size on FWebJSResponse");
|
|
|
|
// ScriptStruct WebBrowser.WebJSFunction
|
|
// 0x0000 (0x0018 - 0x0018)
|
|
struct FWebJSFunction final : public FWebJSCallbackBase
|
|
{
|
|
};
|
|
static_assert(alignof(FWebJSFunction) == 0x000004, "Wrong alignment on FWebJSFunction");
|
|
static_assert(sizeof(FWebJSFunction) == 0x000018, "Wrong size on FWebJSFunction");
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|